Mercurial > hg
comparison mercurial/formatter.py @ 43532:53581e220ba3
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
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 08 Nov 2019 10:01:10 +0100 |
parents | 7e20b705da5b |
children | 653b2a439412 |
comparison
equal
deleted
inserted
replaced
43531:dcf9826c8d8c | 43532:53581e220ba3 |
---|