##// 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 b' cmdtable = {'
322 322 ('r', 'rev', [], _('show the specified revision or range')),
323 323 ('', 'style', '', _('display using template map file')),
324 324 ('', 'template', '', _('display with template'))],
325 _('hg glog [OPTION]... [FILE]...')),
325 _('hg glog [OPTION]... [FILE]')),
326 326 }
@@ -317,7 +317,7 b' o changeset: 5:3589c3c477ab'
317 317
318 318 % unused arguments
319 319 hg glog: invalid arguments
320 hg glog [OPTION]... [FILE]...
320 hg glog [OPTION]... [FILE]
321 321
322 322 show revision history alongside an ASCII revision graph
323 323 failed
General Comments 0
You need to be logged in to leave comments. Login now