##// 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 412 rootfm.startitem()
413 413 rootfm.data(path=abs)
414 414 if not opts.get('text') and fctx.isbinary():
415 rootfm.plain(_("%s: binary file\n")
416 % ((pats and m.rel(abs)) or abs))
415 rootfm.plain(_("%s: binary file\n") % m.rel(abs))
417 416 continue
418 417
419 418 fm = rootfm.nested('lines', tmpl='{rev}: {line}')
General Comments 0
You need to be logged in to leave comments. Login now