diff mercurial/configitems.py @ 46310:fc2d5c0aed7f

persistent-nodemap: add a "warn" option to the slow-path config And make it the default until we get an abort option. Differential Revision: https://phab.mercurial-scm.org/D9761
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 13 Jan 2021 23:07:41 +0100
parents 05a1e44b2224
children 014ac7a32048
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Jan 13 18:33:48 2021 +0100
+++ b/mercurial/configitems.py	Wed Jan 13 23:07:41 2021 +0100
@@ -1797,7 +1797,7 @@
 coreconfigitem(
     b'storage',
     b'revlog.persistent-nodemap.slow-path',
-    default=b"allow",
+    default=b"warn",
     experimental=True,
 )