Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/hgweb_mod.py @ 3395:3c8f0dc9a6d3
hgweb: add changeset description to file revision page
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Sat, 14 Oct 2006 16:27:51 -0700 |
parents | be628f1cd3f4 |
children | a004164dbeef |
line wrap: on
line diff
--- a/mercurial/hgweb/hgweb_mod.py Sat Oct 14 16:20:22 2006 -0700 +++ b/mercurial/hgweb/hgweb_mod.py Sat Oct 14 16:27:51 2006 -0700 @@ -361,6 +361,7 @@ node=hex(fctx.node()), author=fctx.user(), date=fctx.date(), + desc=fctx.description(), parent=self.siblings(fctx.parents()), child=self.siblings(fctx.children()), rename=self.renamelink(fl, n),