comparison mercurial/helptext/config.txt @ 48726:b6a0c1015ee2 stable

help: avoid repeated value in the safe-mistmatch help This was copy pasted and overlooked when it got in. Differential Revision: https://phab.mercurial-scm.org/D12160
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 09 Feb 2022 15:44:21 +0100
parents 4344fd2687dc
children 6e5ab1673020
comparison
equal deleted inserted replaced
48725:4344fd2687dc 48726:b6a0c1015ee2
2032 2032
2033 Controls what happens when the shared repository does not use the 2033 Controls what happens when the shared repository does not use the
2034 share-safe mechanism but its source repository does. 2034 share-safe mechanism but its source repository does.
2035 2035
2036 Possible values are `abort` (default), `allow`, `upgrade-abort` and 2036 Possible values are `abort` (default), `allow`, `upgrade-abort` and
2037 `upgrade-abort`. 2037 `upgrade-allow`.
2038 2038
2039 ``abort`` 2039 ``abort``
2040 Disallows running any command and aborts 2040 Disallows running any command and aborts
2041 ``allow`` 2041 ``allow``
2042 Respects the feature presence in the share source 2042 Respects the feature presence in the share source
2058 2058
2059 Controls what happens when the shared repository uses the share-safe 2059 Controls what happens when the shared repository uses the share-safe
2060 mechanism but its source does not. 2060 mechanism but its source does not.
2061 2061
2062 Possible values are `abort` (default), `allow`, `downgrade-abort` and 2062 Possible values are `abort` (default), `allow`, `downgrade-abort` and
2063 `downgrade-abort`. 2063 `downgrade-allow`.
2064 2064
2065 ``abort`` 2065 ``abort``
2066 Disallows running any command and aborts 2066 Disallows running any command and aborts
2067 ``allow`` 2067 ``allow``
2068 Respects the feature presence in the share source 2068 Respects the feature presence in the share source