##// END OF EJS Templates
extdiff: export __doc__ of saved command for translation
Yuya Nishihara -
r29722:14c3afcb default
parent child Browse files
Show More
@@ -385,3 +385,6 def uisetup(ui):
385 cmdline += ' ' + args
385 cmdline += ' ' + args
386 command(cmd, extdiffopts[:], _('hg %s [OPTION]... [FILE]...') % cmd,
386 command(cmd, extdiffopts[:], _('hg %s [OPTION]... [FILE]...') % cmd,
387 inferrepo=True)(savedcmd(path, cmdline))
387 inferrepo=True)(savedcmd(path, cmdline))
388
389 # tell hggettext to extract docstrings from these functions:
390 i18nfunctions = [savedcmd]
General Comments 0
You need to be logged in to leave comments. Login now