--- 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``