# HG changeset patch # User Pierre-Yves David # Date 2022-02-09 14:44:21 # Node ID b6a0c1015ee2aa30fd96692170f9966dc64ce0d9 # Parent 4344fd2687dc7c99509c035de26b397d3949f5c6 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 diff --git a/mercurial/helptext/config.txt b/mercurial/helptext/config.txt --- a/mercurial/helptext/config.txt +++ b/mercurial/helptext/config.txt @@ -2034,7 +2034,7 @@ Alias definitions for revsets. See :hg:` 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 @@ Alias definitions for revsets. See :hg:` 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