This is an archive of the discontinued Mercurial Phabricator instance.

revlog: return the nodemap as the nodecache
ClosedPublic

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

Details

Summary

Ultimately, the nodecache is the nodemap. To stop having this disctinction, we
start using the nodemap where the nodecache was used.

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.