hgext/extdiff.py
branchstable
changeset 40801 97190b0bb81a
parent 40293 c303d65d2e34
child 40819 cb372d09d30a
--- a/hgext/extdiff.py	Mon Dec 03 09:36:40 2018 -0800
+++ b/hgext/extdiff.py	Mon Dec 03 20:59:48 2018 -0500
@@ -429,6 +429,7 @@
             if args:
                 cmdline += ' ' + args
         command(cmd, extdiffopts[:], _('hg %s [OPTION]... [FILE]...') % cmd,
+                helpcategory=command.CATEGORY_FILE_CONTENTS,
                 inferrepo=True)(savedcmd(path, cmdline))
 
 # tell hggettext to extract docstrings from these functions: