Mercurial > hg
changeset 5942:b75105de8573
glog shows at most one file: correct synopsis
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 26 Jan 2008 00:14:20 +0100 |
parents | b710296c904a |
children | 5963c0ad2853 48d01b1e315f |
files | hgext/graphlog.py tests/test-glog.out |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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