# HG changeset patch # User Pierre-Yves David # Date 1611140890 -3600 # Node ID 6bb52cc088557d72f77e2d358409c264b4f36d26 # Parent 47b11629a0f204b57ce071fd2bab37c788411554 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 diff -r 47b11629a0f2 -r 6bb52cc08855 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.