mercurial/configitems.py
changeset 48771 79a967128055
parent 48684 568f63b5a30f
child 48772 b70c9697ab41
--- a/mercurial/configitems.py	Fri Nov 26 15:38:04 2021 +0100
+++ b/mercurial/configitems.py	Tue Feb 15 05:20:46 2022 +0100
@@ -1284,8 +1284,14 @@
 )
 coreconfigitem(
     b'format',
-    b'exp-dirstate-tracked-key-version',
-    default=0,
+    b'dirstate-tracked-key',
+    default=False,
+    experimental=True,
+)
+coreconfigitem(
+    b'format',
+    b'dirstate-tracked-key.version',
+    default=1,
     experimental=True,
 )
 coreconfigitem(