##// END OF EJS Templates
Add back elipsis to [OPTION] that was stolen by 56e8a54bf71d
Thomas Arendsen Hein -
r5940:7b222815 default
parent child Browse files
Show More
@@ -322,5 +322,5 b' cmdtable = {'
322 ('r', 'rev', [], _('show the specified revision or range')),
322 ('r', 'rev', [], _('show the specified revision or range')),
323 ('', 'style', '', _('display using template map file')),
323 ('', 'style', '', _('display using template map file')),
324 ('', 'template', '', _('display with template'))],
324 ('', 'template', '', _('display with template'))],
325 _('hg glog [OPTION] [FILE]...')),
325 _('hg glog [OPTION]... [FILE]...')),
326 }
326 }
General Comments 0
You need to be logged in to leave comments. Login now