Show More
@@ -765,7 +765,7 def annotate(ui, repo, *pats, **opts): | |||
|
765 | 765 | |
|
766 | 766 | ctx = repo.changectx(opts['rev'] or repo.dirstate.parents()[0]) |
|
767 | 767 | |
|
768 | for src, abs, rel, exact in walk(repo, pats, opts, node=node): | |
|
768 | for src, abs, rel, exact in walk(repo, pats, opts, node=ctx.node()): | |
|
769 | 769 | fctx = ctx.filectx(abs) |
|
770 | 770 | if not opts['text'] and util.binary(fctx.data()): |
|
771 | 771 | ui.write(_("%s: binary file\n") % ((pats and rel) or abs)) |
General Comments 0
You need to be logged in to leave comments.
Login now