##// END OF EJS Templates
annotate: remove dead code to not convert path to relative path...
Yuya Nishihara -
r40753:92c57468 default
parent child Browse files
Show More
@@ -412,8 +412,7 b' def annotate(ui, repo, *pats, **opts):'
412 rootfm.startitem()
412 rootfm.startitem()
413 rootfm.data(path=abs)
413 rootfm.data(path=abs)
414 if not opts.get('text') and fctx.isbinary():
414 if not opts.get('text') and fctx.isbinary():
415 rootfm.plain(_("%s: binary file\n")
415 rootfm.plain(_("%s: binary file\n") % m.rel(abs))
416 % ((pats and m.rel(abs)) or abs))
417 continue
416 continue
418
417
419 fm = rootfm.nested('lines', tmpl='{rev}: {line}')
418 fm = rootfm.nested('lines', tmpl='{rev}: {line}')
General Comments 0
You need to be logged in to leave comments. Login now