changeset 40293 | c303d65d2e34 |
parent 38165 | 2ce60954b1b7 |
child 40407 | 3d76a8e627a6 |
child 40801 | 97190b0bb81a |
--- a/hgext/extdiff.py Fri Oct 12 17:57:36 2018 +0200 +++ b/hgext/extdiff.py Sat Oct 13 02:17:41 2018 -0700 @@ -338,6 +338,7 @@ [('p', 'program', '', _('comparison program to run'), _('CMD')), ] + extdiffopts, _('hg extdiff [OPT]... [FILE]...'), + helpcategory=command.CATEGORY_FILE_CONTENTS, inferrepo=True) def extdiff(ui, repo, *pats, **opts): '''use external program to diff repository (or selected files)