Mercurial > hg
diff mercurial/hgweb/hgweb_mod.py @ 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 | fc379b91f602 |
children | 0d0d7317bbc8 |
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(),