##// END OF EJS Templates
config: fix indentation of some`share-safe` options...
Raphaël Gomès -
r50460:9dce3960 stable
parent child Browse files
Show More
@@ -2167,14 +2167,14 b' Alias definitions for revsets. See :hg:`'
2167 2167 `upgrade-allow`.
2168 2168
2169 2169 ``abort``
2170 Disallows running any command and aborts
2170 Disallows running any command and aborts
2171 2171 ``allow``
2172 Respects the feature presence in the share source
2172 Respects the feature presence in the share source
2173 2173 ``upgrade-abort``
2174 tries to upgrade the share to use share-safe; if it fails, aborts
2174 Tries to upgrade the share to use share-safe; if it fails, aborts
2175 2175 ``upgrade-allow``
2176 tries to upgrade the share; if it fails, continue by
2177 respecting the share source setting
2176 Tries to upgrade the share; if it fails, continue by
2177 respecting the share source setting
2178 2178
2179 2179 Check :hg:`help config.format.use-share-safe` for details about the
2180 2180 share-safe feature.
@@ -2195,14 +2195,14 b' Alias definitions for revsets. See :hg:`'
2195 2195 `downgrade-allow`.
2196 2196
2197 2197 ``abort``
2198 Disallows running any command and aborts
2198 Disallows running any command and aborts
2199 2199 ``allow``
2200 Respects the feature presence in the share source
2200 Respects the feature presence in the share source
2201 2201 ``downgrade-abort``
2202 tries to downgrade the share to not use share-safe; if it fails, aborts
2202 Tries to downgrade the share to not use share-safe; if it fails, aborts
2203 2203 ``downgrade-allow``
2204 tries to downgrade the share to not use share-safe;
2205 if it fails, continue by respecting the shared source setting
2204 Tries to downgrade the share to not use share-safe;
2205 if it fails, continue by respecting the shared source setting
2206 2206
2207 2207 Check :hg:`help config.format.use-share-safe` for details about the
2208 2208 share-safe feature.
General Comments 0
You need to be logged in to leave comments. Login now