# HG changeset patch # User Thomas Arendsen Hein # Date 1201302860 -3600 # Node ID b75105de8573831f4bfef10556e90e7f883ae8d5 # Parent b710296c904ae680fcf6e3c2d77962efa723f2e2 glog shows at most one file: correct synopsis 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]')), } diff -r b710296c904a -r b75105de8573 tests/test-glog.out --- 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