##// END OF EJS Templates
glog shows at most one file: correct synopsis
Thomas Arendsen Hein -
r5942:b75105de default
parent child Browse files
Show More
@@ -322,5 +322,5 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 }
@@ -317,7 +317,7 o changeset: 5:3589c3c477ab
317
317
318 % unused arguments
318 % unused arguments
319 hg glog: invalid arguments
319 hg glog: invalid arguments
320 hg glog [OPTION]... [FILE]...
320 hg glog [OPTION]... [FILE]
321
321
322 show revision history alongside an ASCII revision graph
322 show revision history alongside an ASCII revision graph
323 failed
323 failed
General Comments 0
You need to be logged in to leave comments. Login now