This is an archive of the discontinued Mercurial Phabricator instance.

revlog: move nodemap update within the index code
ClosedPublic

Authored by marmoute on Nov 8 2019, 4:29 AM.

Details

Summary

Since the nodemap data now live in the index, it should be the index
responsibility to ensure the data are up to date.

This work is part of a refactoring to unify the revlog index and the nodemap.
This unification prepare the use of a persistent nodemap.

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.