Mercurial > public > mercurial-scm > hg
diff mercurial/configitems.py @ 44515:6c906eaedd0d
nodemap: track the tip_node for validation
Differential Revision: https://phab.mercurial-scm.org/D8184
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 27 Feb 2020 16:32:43 +0100 |
parents | 15a033cabc19 |
children | 64e2f603de9d |
line wrap: on
line diff
--- a/mercurial/configitems.py Thu Feb 27 15:42:04 2020 +0100 +++ b/mercurial/configitems.py Thu Feb 27 16:32:43 2020 +0100 @@ -409,8 +409,6 @@ # # * code/tests around aborted transaction # * code/tests around pending data for hooks -# * code/tests around detection of invalid cache -# (eg: after strip from an incompatible client) # * regenerate a new nodemap when the unused/total ration is to high # * decide for a "status" of the persistent nodemap and associated location # - part of the store next the revlog itself (new requirements)