hgext/graphlog.py
changeset 5940 7b222815a462
parent 5938 9ed100559851
child 5942 b75105de8573
equal deleted inserted replaced
5939:56e8a54bf71d 5940:7b222815a462
   320          [('l', 'limit', '', _('limit number of changes displayed')),
   320          [('l', 'limit', '', _('limit number of changes displayed')),
   321           ('p', 'patch', False, _('show patch')),
   321           ('p', 'patch', False, _('show patch')),
   322           ('r', 'rev', [], _('show the specified revision or range')),
   322           ('r', 'rev', [], _('show the specified revision or range')),
   323           ('', 'style', '', _('display using template map file')),
   323           ('', 'style', '', _('display using template map file')),
   324           ('', 'template', '', _('display with template'))],
   324           ('', 'template', '', _('display with template'))],
   325          _('hg glog [OPTION] [FILE]...')),
   325          _('hg glog [OPTION]... [FILE]...')),
   326 }
   326 }