hgext/extdiff.py
changeset 17773 434e5bd615fc
parent 17424 e7cfe3587ea4
child 20674 2aafd5854243
equal deleted inserted replaced
17772:823a7d79ef82 17773:434e5bd615fc
   327             mydiff.__doc__ = doc.decode(encoding.encoding)
   327             mydiff.__doc__ = doc.decode(encoding.encoding)
   328             return mydiff
   328             return mydiff
   329         cmdtable[cmd] = (save(cmd, path, diffopts),
   329         cmdtable[cmd] = (save(cmd, path, diffopts),
   330                          cmdtable['extdiff'][1][1:],
   330                          cmdtable['extdiff'][1][1:],
   331                          _('hg %s [OPTION]... [FILE]...') % cmd)
   331                          _('hg %s [OPTION]... [FILE]...') % cmd)
       
   332 
       
   333 commands.inferrepo += " extdiff"