hgext/extdiff.py
branchstable
changeset 40801 97190b0bb81a
parent 40293 c303d65d2e34
child 40819 cb372d09d30a
equal deleted inserted replaced
40791:6f679f25fd4d 40801:97190b0bb81a
   427             args = ui.config('diff-tools', cmd+'.diffargs') or \
   427             args = ui.config('diff-tools', cmd+'.diffargs') or \
   428                    ui.config('merge-tools', cmd+'.diffargs')
   428                    ui.config('merge-tools', cmd+'.diffargs')
   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:
   435 i18nfunctions = [savedcmd]
   436 i18nfunctions = [savedcmd]