mercurial/configitems.py
changeset 47095 473abf4728bf
parent 47076 08e26ef4ad35
child 47220 4039cad0d8ff
--- a/mercurial/configitems.py	Thu Apr 08 14:58:44 2021 +0200
+++ b/mercurial/configitems.py	Tue Mar 30 09:56:04 2021 +0200
@@ -959,6 +959,11 @@
 )
 coreconfigitem(
     b'experimental',
+    b'dirstate-tree.in-memory',
+    default=False,
+)
+coreconfigitem(
+    b'experimental',
     b'editortmpinhg',
     default=False,
 )