changeset 5942 | b75105de8573 |
parent 5940 | 7b222815a462 |
child 5968 | 6dcc190ffc36 |
--- a/hgext/graphlog.py Fri Jan 25 21:09:14 2008 +0100 +++ b/hgext/graphlog.py Sat Jan 26 00:14:20 2008 +0100 @@ -322,5 +322,5 @@ ('r', 'rev', [], _('show the specified revision or range')), ('', 'style', '', _('display using template map file')), ('', 'template', '', _('display with template'))], - _('hg glog [OPTION]... [FILE]...')), + _('hg glog [OPTION]... [FILE]')), }