# HG changeset patch # User Pierre-Yves David # Date 2022-03-09 15:44:48 # Node ID db960032d522a0dede68734f399bf13b0a661415 # Parent 7b98f4f949112648f6de17c308ec7409d28ea67a debugdiscovery: fix a typo in the help Differential Revision: https://phab.mercurial-scm.org/D12372 diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -1020,7 +1020,7 @@ def debugdirstateignorepatternshash(ui, 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