# HG changeset patch # User Thomas Arendsen Hein # Date 1201288668 -3600 # Node ID 7b222815a46293fb59e89d7ca6f297fd0dfc2468 # Parent 56e8a54bf71dcea3f46008d3e37af651bc2860b8 Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d diff -r 56e8a54bf71d -r 7b222815a462 hgext/graphlog.py --- 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]...')), }