mercurial/configitems.py
changeset 49342 67b210bb5ce2
parent 49341 b38f5063a0c6
child 49343 4f04bb0d8deb
--- a/mercurial/configitems.py	Tue Jun 14 15:19:45 2022 +0200
+++ b/mercurial/configitems.py	Tue Jun 14 15:22:05 2022 +0200
@@ -1313,6 +1313,12 @@
 )
 coreconfigitem(
     b'format',
+    b'use-dirstate-tracked-hint.automatic-upgrade-of-mismatching-repositories:quiet',
+    default=False,
+    experimental=True,
+)
+coreconfigitem(
+    b'format',
     b'dotencode',
     default=True,
 )