diff mercurial/hgweb/hgweb_mod.py @ 3397:defadc26e674

hgweb: add changeset description to annotate page
author Brendan Cully <brendan@kublai.com>
date Sat, 14 Oct 2006 15:28:45 -0700
parents 80721b86a448
children 17894d1d9eea
line wrap: on
line diff
--- 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),