diff mercurial/helptext/config.txt @ 46336:4f17773fc6b5

share: rename share-safe warning config Config introduced in previous patch was `share.source-safe-mismatch`. Let's rename the warn as `share.source-safe-mismatch.warn`. While we are here, made sure we have different configs for upgrade and downgrade. Differential Revision: https://phab.mercurial-scm.org/D9786
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 15 Jan 2021 12:08:07 +0530
parents 25be21ec6c65
children 6e81446bf1d9
line wrap: on
line diff
--- 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``
 -----------