mercurial/configitems.py
changeset 48235 5c567aca080d
parent 48068 bf8837e3d7ce
child 48242 4d2ab365699e
--- a/mercurial/configitems.py	Thu Oct 14 22:35:46 2021 -0700
+++ b/mercurial/configitems.py	Fri Oct 15 01:27:39 2021 +0200
@@ -1885,6 +1885,13 @@
     default=b'skip',
     experimental=True,
 )
+# experimental as long as format.exp-dirstate-v2 is.
+coreconfigitem(
+    b'storage',
+    b'dirstate-v2.slow-path',
+    default=b"abort",
+    experimental=True,
+)
 coreconfigitem(
     b'storage',
     b'new-repo-backend',