Show More
@@ -429,6 +429,7 b' def uisetup(ui):' | |||||
429 | if args: |
|
429 | if args: | |
430 | cmdline += ' ' + args |
|
430 | cmdline += ' ' + args | |
431 | command(cmd, extdiffopts[:], _('hg %s [OPTION]... [FILE]...') % cmd, |
|
431 | command(cmd, extdiffopts[:], _('hg %s [OPTION]... [FILE]...') % cmd, | |
|
432 | helpcategory=command.CATEGORY_FILE_CONTENTS, | |||
432 | inferrepo=True)(savedcmd(path, cmdline)) |
|
433 | inferrepo=True)(savedcmd(path, cmdline)) | |
433 |
|
434 | |||
434 | # tell hggettext to extract docstrings from these functions: |
|
435 | # tell hggettext to extract docstrings from these functions: |
General Comments 0
You need to be logged in to leave comments.
Login now