changeset 3395 | 3c8f0dc9a6d3 |
parent 3394 | be628f1cd3f4 |
child 3402 | a004164dbeef |
--- 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),