##// 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
@@ -2171,9 +2171,9 Alias definitions for revsets. See :hg:`
2171 2171 ``allow``
2172 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
2176 Tries to upgrade the share; if it fails, continue by
2177 2177 respecting the share source setting
2178 2178
2179 2179 Check :hg:`help config.format.use-share-safe` for details about the
@@ -2199,9 +2199,9 Alias definitions for revsets. See :hg:`
2199 2199 ``allow``
2200 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;
2204 Tries to downgrade the share to not use share-safe;
2205 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
General Comments 0
You need to be logged in to leave comments. Login now