D12372: debugdiscovery: fix a typo in the help
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Sat Mar 12 03:47:02 UTC 2022
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D12372
AFFECTED FILES
mercurial/debugcommands.py
CHANGE DETAILS
diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py
--- a/mercurial/debugcommands.py
+++ b/mercurial/debugcommands.py
@@ -1020,7 +1020,7 @@
b'',
b'remote-as-revs',
b"",
- b'use local as remote, with only these these revisions',
+ b'use local as remote, with only these revisions',
),
]
+ cmdutil.remoteopts
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list