# HG changeset patch # User Martin von Zweigbergk # Date 2019-02-12 21:46:38 # Node ID 09814946cc6aefab1545ef045f9adfbeb02ba647 # Parent ea72da71ad69e48fd3cd33aeaf3c4f666650300b debugpathcopies: fix typo in synopsis Differential Revision: https://phab.mercurial-scm.org/D5949 diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -1808,7 +1808,7 @@ def debugpathcomplete(ui, repo, *specs, @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"""