Skip to content
Snippets Groups Projects
Commit 9dce3960 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

config: fix indentation of some`share-safe` options

This makes the output much more readable.
parent 27bff608
No related branches found
No related tags found
3 merge requests!300branching: merge stable into default,!287rhg: add option to fallback immediatly,!286Improve Rust-related helptext
......@@ -2167,5 +2167,5 @@
`upgrade-allow`.
``abort``
Disallows running any command and aborts
Disallows running any command and aborts
``allow``
......@@ -2171,3 +2171,3 @@
``allow``
Respects the feature presence in the share source
Respects the feature presence in the share source
``upgrade-abort``
......@@ -2173,3 +2173,3 @@
``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``
......@@ -2175,6 +2175,6 @@
``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,5 +2195,5 @@
`downgrade-allow`.
``abort``
Disallows running any command and aborts
Disallows running any command and aborts
``allow``
......@@ -2199,3 +2199,3 @@
``allow``
Respects the feature presence in the share source
Respects the feature presence in the share source
``downgrade-abort``
......@@ -2201,3 +2201,3 @@
``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``
......@@ -2203,6 +2203,6 @@
``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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment