persistent-nodemap: document the `devel.persistent-nodemap` option
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 14 Jan 2021 00:33:40 +0100
changeset 46303 a18e256c4d3b
parent 46302 599d247af600
child 46304 04da2ef8b106
persistent-nodemap: document the `devel.persistent-nodemap` option What it does is not obvious. Differential Revision: https://phab.mercurial-scm.org/D9753
mercurial/configitems.py
--- a/mercurial/configitems.py	Fri Jan 15 23:47:16 2021 +0100
+++ b/mercurial/configitems.py	Thu Jan 14 00:33:40 2021 +0100
@@ -635,6 +635,8 @@
     b'legacy.exchange',
     default=list,
 )
+# When True, revlogs use a special reference version of the nodemap, that is not
+# performant but is "known" to behave properly.
 coreconfigitem(
     b'devel',
     b'persistent-nodemap',