comparison 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
comparison
equal deleted inserted replaced
49045:7b98f4f94911 49046:db960032d522
1018 ), 1018 ),
1019 ( 1019 (
1020 b'', 1020 b'',
1021 b'remote-as-revs', 1021 b'remote-as-revs',
1022 b"", 1022 b"",
1023 b'use local as remote, with only these these revisions', 1023 b'use local as remote, with only these revisions',
1024 ), 1024 ),
1025 ] 1025 ]
1026 + cmdutil.remoteopts 1026 + cmdutil.remoteopts
1027 + cmdutil.formatteropts, 1027 + cmdutil.formatteropts,
1028 _(b'[--rev REV] [OTHER]'), 1028 _(b'[--rev REV] [OTHER]'),