Mercurial > public > mercurial-scm > hg-stable
diff mercurial/debugcommands.py @ 49046:db960032d522
debugdiscovery: fix a typo in the help
Differential Revision: https://phab.mercurial-scm.org/D12372
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 09 Mar 2022 16:44:48 +0100 |
parents | c9774f5fa729 |
children | f054a557aab8 |
line wrap: on
line diff
--- a/mercurial/debugcommands.py Wed Mar 09 11:28:51 2022 +0100 +++ b/mercurial/debugcommands.py Wed Mar 09 16:44:48 2022 +0100 @@ -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