Mercurial > public > mercurial-scm > hg
diff hgext/graphlog.py @ 5940:7b222815a462
Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 25 Jan 2008 20:17:48 +0100 |
parents | 9ed100559851 |
children | b75105de8573 |
line wrap: on
line diff
--- 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]...')), }