diff mercurial/configitems.py @ 46311:014ac7a32048

persistent-nodemap: add a "abort" option to the slow-path config We make it the default, and document the behavior in the help for the main config option. Differential Revision: https://phab.mercurial-scm.org/D9762
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 13 Jan 2021 23:41:37 +0100
parents fc2d5c0aed7f
children 28899b6f4480
line wrap: on
line diff
--- 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,
 )