config: fix indentation of some`share-safe` options
This makes the output much more readable.
--- 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.