mercurial/configitems.py
changeset 49339 9e203cda3238
parent 49227 2bcf5e14bb7e
child 49341 b38f5063a0c6
--- a/mercurial/configitems.py	Tue Jun 14 15:45:37 2022 +0200
+++ b/mercurial/configitems.py	Tue Jun 14 15:11:36 2022 +0200
@@ -1409,6 +1409,12 @@
 )
 coreconfigitem(
     b'format',
+    b'use-share-safe.automatic-upgrade-of-mismatching-repositories:quiet',
+    default=False,
+    experimental=True,
+)
+coreconfigitem(
+    b'format',
     b'internal-phase',
     default=False,
     experimental=True,