##// END OF EJS Templates
help: avoid repeated value in the safe-mistmatch help...
marmoute -
r49577:b6a0c101 stable
parent child Browse files
Show More
@@ -2034,7 +2034,7 b' Alias definitions for revsets. See :hg:`'
2034 2034 share-safe mechanism but its source repository does.
2035 2035
2036 2036 Possible values are `abort` (default), `allow`, `upgrade-abort` and
2037 `upgrade-abort`.
2037 `upgrade-allow`.
2038 2038
2039 2039 ``abort``
2040 2040 Disallows running any command and aborts
@@ -2060,7 +2060,7 b' Alias definitions for revsets. See :hg:`'
2060 2060 mechanism but its source does not.
2061 2061
2062 2062 Possible values are `abort` (default), `allow`, `downgrade-abort` and
2063 `downgrade-abort`.
2063 `downgrade-allow`.
2064 2064
2065 2065 ``abort``
2066 2066 Disallows running any command and aborts
General Comments 0
You need to be logged in to leave comments. Login now