hgext/graphlog.py
changeset 5942 b75105de8573
parent 5940 7b222815a462
child 5968 6dcc190ffc36
equal deleted inserted replaced
5941:b710296c904a 5942:b75105de8573
   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 }