##// END OF EJS Templates
hgweb: fix changeset link in annotate view.
Brendan Cully -
r3177:8683c7a6 default
parent child Browse files
Show More
@@ -419,7 +419,7 b' class hgweb(object):'
419 annotate=annotate,
419 annotate=annotate,
420 path=_up(f),
420 path=_up(f),
421 rev=fctx.rev(),
421 rev=fctx.rev(),
422 node=hex(n),
422 node=hex(fctx.node()),
423 manifest=hex(fctx.changectx().changeset()[0]),
423 manifest=hex(fctx.changectx().changeset()[0]),
424 author=fctx.user(),
424 author=fctx.user(),
425 date=fctx.date(),
425 date=fctx.date(),
General Comments 0
You need to be logged in to leave comments. Login now