config: fix indentation of some`share-safe` options stable
authorRaphaël Gomès <rgomes@octobus.net>
Thu, 03 Nov 2022 15:44:54 +0100
branchstable
changeset 49565 9dce3960735b
parent 49562 27bff60887fe
child 49566 b1c20e41098f
config: fix indentation of some`share-safe` options This makes the output much more readable.
mercurial/helptext/config.txt
--- a/mercurial/helptext/config.txt	Sun Oct 16 04:48:21 2022 +0200
+++ b/mercurial/helptext/config.txt	Thu Nov 03 15:44:54 2022 +0100
@@ -2167,14 +2167,14 @@
     `upgrade-allow`.
 
     ``abort``
-    Disallows running any command and aborts
+        Disallows running any command and aborts
     ``allow``
-    Respects the feature presence in the share source
+        Respects the feature presence in the share source
     ``upgrade-abort``
-    tries to upgrade the share to use share-safe; if it fails, aborts
+        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
+        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.
@@ -2195,14 +2195,14 @@
     `downgrade-allow`.
 
     ``abort``
-    Disallows running any command and aborts
+        Disallows running any command and aborts
     ``allow``
-    Respects the feature presence in the share source
+        Respects the feature presence in the share source
     ``downgrade-abort``
-    tries to downgrade the share to not use share-safe; if it fails, aborts
+        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
+        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.