mercurial/configitems.py
changeset 46336 4f17773fc6b5
parent 46335 25be21ec6c65
child 46334 4b0192f592cf
--- a/mercurial/configitems.py	Mon Jan 18 21:37:20 2021 +0530
+++ b/mercurial/configitems.py	Fri Jan 15 12:08:07 2021 +0530
@@ -1098,11 +1098,6 @@
 )
 coreconfigitem(
     b'experimental',
-    b'sharesafe-warn-outdated-shares',
-    default=True,
-)
-coreconfigitem(
-    b'experimental',
     b'single-head-per-branch',
     default=False,
 )
@@ -1921,6 +1916,16 @@
     default=b'abort',
 )
 coreconfigitem(
+    b'share',
+    b'safe-mismatch.source-not-safe.warn',
+    default=True,
+)
+coreconfigitem(
+    b'share',
+    b'safe-mismatch.source-safe.warn',
+    default=True,
+)
+coreconfigitem(
     b'shelve',
     b'maxbackups',
     default=10,