##// END OF EJS Templates
revlog: clean up the node of all revision stripped in the C code...
revlog: clean up the node of all revision stripped in the C code For some obscure reason, the loop cleaning up node was skipping the first element… I cannot see a reason for it. The overall code is running fine nevertheless because the node are also explicitly deleted from python. We want to delete this explicit deletion, so we need to fix that code first. This work is part of a refactoring to unify the revlog index and the nodemap. This unification prepare the use of a persistent nodemap. Differential Revision: https://phab.mercurial-scm.org/D7320

File last commit:

r32206:c4858385 default
r43932:53581e22 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer