changeset 41691:09814946cc6a

debugpathcopies: fix typo in synopsis Differential Revision: https://phab.mercurial-scm.org/D5949
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 12 Feb 2019 13:46:38 -0800
parents ea72da71ad69
children ee7b7bd432a1
files mercurial/debugcommands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/debugcommands.py	Tue Feb 12 13:42:42 2019 -0800
+++ b/mercurial/debugcommands.py	Tue Feb 12 13:46:38 2019 -0800
@@ -1808,7 +1808,7 @@
 
 @command('debugpathcopies',
          cmdutil.walkopts,
-         'hg debugcopies REV1 REV2 [FILE]',
+         'hg debugpathcopies REV1 REV2 [FILE]',
          inferrepo=True)
 def debugpathcopies(ui, repo, rev1, rev2, *pats, **opts):
     """show copies between two revisions"""