--- 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,