D5949: debugpathcopies: fix typo in synopsis

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Wed Feb 13 07:51:25 EST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGb738093d4b8f: debugpathcopies: fix typo in synopsis (authored by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5949?vs=14052&id=14066

REVISION DETAIL
  https://phab.mercurial-scm.org/D5949

AFFECTED FILES
  mercurial/debugcommands.py

CHANGE DETAILS

diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py
--- a/mercurial/debugcommands.py
+++ b/mercurial/debugcommands.py
@@ -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"""



To: martinvonz, #hg-reviewers
Cc: JordiGH, mercurial-devel


More information about the Mercurial-devel mailing list