changeset 3391 | defadc26e674 |
parent 3382 | 80721b86a448 |
child 3392 | 17894d1d9eea |
--- a/mercurial/hgweb/hgweb_mod.py Sat Oct 14 18:47:48 2006 -0300 +++ b/mercurial/hgweb/hgweb_mod.py Sat Oct 14 15:28:45 2006 -0700 @@ -393,6 +393,7 @@ node=hex(fctx.node()), author=fctx.user(), date=fctx.date(), + desc=fctx.description(), rename=self.renamelink(fl, n), parent=self.siblings(fctx.parents(), file=f), child=self.siblings(fctx.children(), file=f),