mercurial/hgweb/hgweb_mod.py
changeset 3177 8683c7a637ad
parent 3175 fc379b91f602
child 3178 0d0d7317bbc8
--- 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(),