mercurial/helptext/config.txt
changeset 46341 3b1c0c367606
parent 46334 4b0192f592cf
parent 46337 6e81446bf1d9
child 46414 16c18d5e5dc8
--- a/mercurial/helptext/config.txt	Mon Jan 18 19:16:49 2021 +0530
+++ b/mercurial/helptext/config.txt	Tue Jan 19 12:22:05 2021 -0500
@@ -1948,12 +1948,16 @@
 
     Possible values are `abort` (default), `allow`, `upgrade-abort` and
     `upgrade-abort`.
-        `abort`: Disallows running any command and aborts
-        `allow`: Respects the feature presence in the share source
-        `upgrade-abort`: tries to upgrade the share to use share-safe;
-                         if it fails, aborts
-        `upgrade-allow`: tries to upgrade the share; if it fails, continue by
-                         respecting the share source setting
+
+    ``abort``
+    Disallows running any command and aborts
+    ``allow``
+    Respects the feature presence in the share source
+    ``upgrade-abort``
+    tries to upgrade the share to use share-safe; if it fails, aborts
+    ``upgrade-allow``
+    tries to upgrade the share; if it fails, continue by
+    respecting the share source setting
 
 ``safe-mismatch.source-not-safe``
 
@@ -1962,13 +1966,16 @@
 
     Possible values are `abort` (default), `allow`, `downgrade-abort` and
     `downgrade-abort`.
-        `abort`: Disallows running any command and aborts
-        `allow`: Respects the feature presence in the share source
-        `downgrade-abort`: tries to downgrade the share to not use share-safe;
-                           if it fails, aborts
-        `downgrade-allow`: tries to downgrade the share to not use share-safe;
-                           if it fails, continue by respecting the shared
-                           source setting
+
+    ``abort``
+    Disallows running any command and aborts
+    ``allow``
+    Respects the feature presence in the share source
+    ``downgrade-abort``
+    tries to downgrade the share to not use share-safe; if it fails, aborts
+    ``downgrade-allow``
+    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``