changeset 3177:8683c7a637ad

hgweb: fix changeset link in annotate view.
author Brendan Cully <brendan@kublai.com>
date Wed, 27 Sep 2006 12:08:30 -0700
parents 7492b33bdd9f
children 0d0d7317bbc8
files mercurial/hgweb/hgweb_mod.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/hgweb/hgweb_mod.py	Wed Sep 27 20:34:52 2006 +0200
+++ b/mercurial/hgweb/hgweb_mod.py	Wed Sep 27 12:08:30 2006 -0700
@@ -419,7 +419,7 @@
                      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(),