mercurial/configitems.py
changeset 49343 4f04bb0d8deb
parent 49342 67b210bb5ce2
child 49430 2064bbf7a1d5
child 49523 a5f551f8b723
--- a/mercurial/configitems.py	Tue Jun 14 15:22:05 2022 +0200
+++ b/mercurial/configitems.py	Tue Jun 14 19:40:35 2022 +0200
@@ -2170,6 +2170,16 @@
     default=True,
 )
 coreconfigitem(
+    b'share',
+    b'safe-mismatch.source-not-safe:verbose-upgrade',
+    default=True,
+)
+coreconfigitem(
+    b'share',
+    b'safe-mismatch.source-safe:verbose-upgrade',
+    default=True,
+)
+coreconfigitem(
     b'shelve',
     b'maxbackups',
     default=10,