Mercurial > hg
comparison mercurial/helptext/config.txt @ 48727:6e5ab1673020 stable
help: make the help for `safe-mismatch` real section
The extra new lines mean the minirst engine were not seeing them as section…
meaning they could not be addressed directly.
Differential Revision: https://phab.mercurial-scm.org/D12161
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 09 Feb 2022 16:07:50 +0100 |
parents | b6a0c1015ee2 |
children | 3199b575375d |
comparison
equal
deleted
inserted
replaced
48726:b6a0c1015ee2 | 48727:6e5ab1673020 |
---|---|
2027 | 2027 |
2028 ``share`` | 2028 ``share`` |
2029 --------- | 2029 --------- |
2030 | 2030 |
2031 ``safe-mismatch.source-safe`` | 2031 ``safe-mismatch.source-safe`` |
2032 | |
2033 Controls what happens when the shared repository does not use the | 2032 Controls what happens when the shared repository does not use the |
2034 share-safe mechanism but its source repository does. | 2033 share-safe mechanism but its source repository does. |
2035 | 2034 |
2036 Possible values are `abort` (default), `allow`, `upgrade-abort` and | 2035 Possible values are `abort` (default), `allow`, `upgrade-abort` and |
2037 `upgrade-allow`. | 2036 `upgrade-allow`. |
2053 Shows a warning on operations if the shared repository does not use | 2052 Shows a warning on operations if the shared repository does not use |
2054 share-safe, but the source repository does. | 2053 share-safe, but the source repository does. |
2055 (default: True) | 2054 (default: True) |
2056 | 2055 |
2057 ``safe-mismatch.source-not-safe`` | 2056 ``safe-mismatch.source-not-safe`` |
2058 | |
2059 Controls what happens when the shared repository uses the share-safe | 2057 Controls what happens when the shared repository uses the share-safe |
2060 mechanism but its source does not. | 2058 mechanism but its source does not. |
2061 | 2059 |
2062 Possible values are `abort` (default), `allow`, `downgrade-abort` and | 2060 Possible values are `abort` (default), `allow`, `downgrade-abort` and |
2063 `downgrade-allow`. | 2061 `downgrade-allow`. |