debugdiscovery: fix a typo in the help
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 09 Mar 2022 16:44:48 +0100
changeset 48955 db960032d522
parent 48954 7b98f4f94911
child 48956 c194e93d1ebc
debugdiscovery: fix a typo in the help Differential Revision: https://phab.mercurial-scm.org/D12372
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