glog shows at most one file: correct synopsis
authorThomas Arendsen Hein <thomas@intevation.de>
Sat, 26 Jan 2008 00:14:20 +0100
changeset 5942 b75105de8573
parent 5941 b710296c904a
child 5944 5963c0ad2853
child 5949 48d01b1e315f
glog shows at most one file: correct synopsis
hgext/graphlog.py
tests/test-glog.out
--- 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]')),
 }
--- a/tests/test-glog.out	Fri Jan 25 21:09:14 2008 +0100
+++ b/tests/test-glog.out	Sat Jan 26 00:14:20 2008 +0100
@@ -317,7 +317,7 @@
 
 % unused arguments
 hg glog: invalid arguments
-hg glog [OPTION]... [FILE]...
+hg glog [OPTION]... [FILE]
 
 show revision history alongside an ASCII revision graph
 failed