mercurial/helptext/config.txt
changeset 46336 4f17773fc6b5
parent 46335 25be21ec6c65
child 46337 6e81446bf1d9
--- a/mercurial/helptext/config.txt	Mon Jan 18 21:37:20 2021 +0530
+++ b/mercurial/helptext/config.txt	Fri Jan 15 12:08:07 2021 +0530
@@ -1972,6 +1972,16 @@
     if it fails, continue by respecting the shared source setting
 
 
+``safe-mismatch.source-safe.warn``
+    Shows a warning on operations if the shared repository does not use
+    share-safe, but the source repository does.
+    (default: True)
+
+``safe-mismatch.source-not-safe.warn``
+    Shows a warning on operations if the shared repository uses share-safe,
+    but the source repository does not.
+    (default: True)
+
 ``storage``
 -----------