hgext/graphlog.py
changeset 5940 7b222815a462
parent 5938 9ed100559851
child 5942 b75105de8573
--- 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]...')),
 }