mercurial/configitems.py
changeset 48684 568f63b5a30f
parent 48681 e845537f6adb
child 48771 79a967128055
--- a/mercurial/configitems.py	Mon Jan 31 14:26:35 2022 +0100
+++ b/mercurial/configitems.py	Mon Jan 31 08:44:48 2022 +0100
@@ -1284,6 +1284,12 @@
 )
 coreconfigitem(
     b'format',
+    b'exp-dirstate-tracked-key-version',
+    default=0,
+    experimental=True,
+)
+coreconfigitem(
+    b'format',
     b'dotencode',
     default=True,
 )