comparison mercurial/hgweb/hgweb_mod.py @ 3170: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
comparison
equal deleted inserted replaced
3169:7492b33bdd9f 3170:8683c7a637ad
417 file=f, 417 file=f,
418 filenode=node, 418 filenode=node,
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(),
426 rename=self.renamelink(fl, n), 426 rename=self.renamelink(fl, n),
427 parent=self.siblings(fl.parents(n), fl.rev, file=f), 427 parent=self.siblings(fl.parents(n), fl.rev, file=f),