doc: point to the main share-safe doc in the "mismatch" config stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 20 Jan 2021 12:13:17 +0100
branchstable
changeset 46347 5249ac2bc7a4
parent 46346 60e6bf3bf681
child 46348 4a58561ace0f
doc: point to the main share-safe doc in the "mismatch" config User should be able to find their way with that. Differential Revision: https://phab.mercurial-scm.org/D9840
mercurial/helptext/config.txt
--- a/mercurial/helptext/config.txt	Wed Jan 20 12:12:31 2021 +0100
+++ b/mercurial/helptext/config.txt	Wed Jan 20 12:13:17 2021 +0100
@@ -1976,6 +1976,9 @@
     tries to upgrade the share; if it fails, continue by
     respecting the share source setting
 
+    Check :hg:`help config format.use-share-safe` for details about the
+    share-safe feature.
+
 ``safe-mismatch.source-safe.warn``
     Shows a warning on operations if the shared repository does not use
     share-safe, but the source repository does.
@@ -1999,6 +2002,9 @@
     tries to downgrade the share to not use share-safe;
     if it fails, continue by respecting the shared source setting
 
+    Check :hg:`help config format.use-share-safe` for details about the
+    share-safe feature.
+
 ``safe-mismatch.source-not-safe.warn``
     Shows a warning on operations if the shared repository uses share-safe,
     but the source repository does not.