# HG changeset patch # User Brendan Cully # Date 1159384110 25200 # Node ID 8683c7a637adb9bddb7c572a9feed64e40ff7aa9 # Parent 7492b33bdd9f18f0e6150349325f1101e6a564fa hgweb: fix changeset link in annotate view. diff --git a/mercurial/hgweb/hgweb_mod.py b/mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py +++ b/mercurial/hgweb/hgweb_mod.py @@ -419,7 +419,7 @@ class hgweb(object): annotate=annotate, path=_up(f), rev=fctx.rev(), - node=hex(n), + node=hex(fctx.node()), manifest=hex(fctx.changectx().changeset()[0]), author=fctx.user(), date=fctx.date(),