Skip to content
Snippets Groups Projects
Commit 97190b0b authored by Matt Harbison's avatar Matt Harbison
Browse files

extdiff: register the configuration generated commands with a help category

Otherwise, 'extdiff' shows up under file management and the rest of the commands
are at the bottom under 'Uncategorized'.
parent 6f679f25
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment