Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 44526:64e2f603de9d
nodemap: make sure hooks have access to an up-to-date version
We make sure hooks can read persistent nodemap data and that they access
something up-to-date with the pending transaction.
Differential Revision: https://phab.mercurial-scm.org/D8187
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 28 Feb 2020 00:29:18 +0100 |
parents | 6c906eaedd0d |
children | bd7b2c8d06cc |
line wrap: on
line diff
--- a/mercurial/configitems.py Thu Feb 27 16:32:43 2020 +0100 +++ b/mercurial/configitems.py Fri Feb 28 00:29:18 2020 +0100 @@ -408,7 +408,6 @@ # TODO before getting `persistent-nodemap` out of experimental # # * code/tests around aborted transaction -# * code/tests around pending data for hooks # * 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)