diff -r b710296c904a -r b75105de8573 hgext/graphlog.py --- 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]')), }