comparison hgext/graphlog.py @ 5940:7b222815a462

Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 25 Jan 2008 20:17:48 +0100
parents 9ed100559851
children b75105de8573
comparison
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 }