This is an archive of the discontinued Mercurial Phabricator instance.

revlog: move loading of index data into own method
ClosedPublic

Authored by indygreg on Oct 3 2018, 2:13 PM.

Details

Summary

This will allow us to "reload" a revlog instance from a rewritten
index file, which will be used in a subsequent commit.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Oct 3 2018, 2:13 PM
This revision was automatically updated to reflect the committed changes.