Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 46312:28899b6f4480
persistent-nodemap: drop the storage.revlog.nodemap.mode config
We now have a new, better, higher level, option. So we can drop the older one as
planned.
Differential Revision: https://phab.mercurial-scm.org/D9763
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 13 Jan 2021 23:50:03 +0100 |
parents | 014ac7a32048 |
children | 4cde46f62ebf |
line wrap: on
line diff
--- a/mercurial/configitems.py Wed Jan 13 23:41:37 2021 +0100 +++ b/mercurial/configitems.py Wed Jan 13 23:50:03 2021 +0100 @@ -1791,10 +1791,6 @@ ) # experimental as long as format.use-persistent-nodemap is. coreconfigitem( - b'storage', b'revlog.nodemap.mode', default=b'compat', experimental=True -) -# experimental as long as format.use-persistent-nodemap is. -coreconfigitem( b'storage', b'revlog.persistent-nodemap.slow-path', default=b"abort",