mercurial/configitems.py
changeset 46311 014ac7a32048
parent 46310 fc2d5c0aed7f
child 46312 28899b6f4480
--- a/mercurial/configitems.py	Wed Jan 13 23:07:41 2021 +0100
+++ b/mercurial/configitems.py	Wed Jan 13 23:41:37 2021 +0100
@@ -1797,7 +1797,7 @@
 coreconfigitem(
     b'storage',
     b'revlog.persistent-nodemap.slow-path',
-    default=b"warn",
+    default=b"abort",
     experimental=True,
 )