Mercurial > public > mercurial-scm > hg-stable
diff hgext/graphlog.py @ 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 | 7b222815a462 |
children | 6dcc190ffc36 |
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]')), }