# HG changeset patch # User Raphaël Gomès # Date 1667486694 -3600 # Node ID 9dce3960735b7763eb230ec89797380bfeff5aa8 # Parent 27bff60887fe9537cab96ed7972d320137f292f8 config: fix indentation of some`share-safe` options This makes the output much more readable. diff -r 27bff60887fe -r 9dce3960735b 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.