# HG changeset patch # User Pierre-Yves David # Date 1646840688 -3600 # Node ID db960032d522a0dede68734f399bf13b0a661415 # Parent 7b98f4f949112648f6de17c308ec7409d28ea67a debugdiscovery: fix a typo in the help Differential Revision: https://phab.mercurial-scm.org/D12372 diff -r 7b98f4f94911 -r db960032d522 mercurial/debugcommands.py --- 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