help: avoid repeated value in the safe-mistmatch help stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 09 Feb 2022 15:44:21 +0100
branchstable
changeset 48726 b6a0c1015ee2
parent 48725 4344fd2687dc
child 48727 6e5ab1673020
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
mercurial/helptext/config.txt
--- a/mercurial/helptext/config.txt	Wed Feb 09 15:43:01 2022 +0100
+++ b/mercurial/helptext/config.txt	Wed Feb 09 15:44:21 2022 +0100
@@ -2034,7 +2034,7 @@
     share-safe mechanism but its source repository does.
 
     Possible values are `abort` (default), `allow`, `upgrade-abort` and
-    `upgrade-abort`.
+    `upgrade-allow`.
 
     ``abort``
     Disallows running any command and aborts
@@ -2060,7 +2060,7 @@
     mechanism but its source does not.
 
     Possible values are `abort` (default), `allow`, `downgrade-abort` and
-    `downgrade-abort`.
+    `downgrade-allow`.
 
     ``abort``
     Disallows running any command and aborts