doc: relocate doc for `share.safe-mismatch.source-safe.warn` stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 20 Jan 2021 12:08:10 +0100
branchstable
changeset 46344 6bb52cc08855
parent 46343 47b11629a0f2
child 46345 043781c0ffd6
doc: relocate doc for `share.safe-mismatch.source-safe.warn` The documentation for the option is now right after its parent configuration: `share.safe-mismatch.source-safe` Differential Revision: https://phab.mercurial-scm.org/D9837
mercurial/helptext/config.txt
--- a/mercurial/helptext/config.txt	Wed Jan 20 00:40:41 2021 -0500
+++ b/mercurial/helptext/config.txt	Wed Jan 20 12:08:10 2021 +0100
@@ -1959,6 +1959,11 @@
     tries to upgrade the share; if it fails, continue by
     respecting the share 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``
 
     Controls what happens when the shared repository uses the share-safe
@@ -1977,12 +1982,6 @@
     tries to downgrade the share to not use share-safe;
     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.