author | Thomas Arendsen Hein <thomas@intevation.de> |
Fri, 25 Jan 2008 20:17:48 +0100 | |
changeset 5940 | 7b222815a462 |
parent 5939 | 56e8a54bf71d |
child 5941 | b710296c904a |
hgext/graphlog.py | file | annotate | diff | comparison | revisions |
--- a/hgext/graphlog.py Fri Jan 25 10:35:04 2008 -0600 +++ b/hgext/graphlog.py Fri Jan 25 20:17:48 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]...')), }