mercurial/hgweb/webcommands.py
changeset 6657 a51093361e1c
parent 6564 ccc2481e3954
child 6659 bc553c6d1ef9
--- a/mercurial/hgweb/webcommands.py	Sat Jun 07 11:43:16 2008 +0200
+++ b/mercurial/hgweb/webcommands.py	Sat Jun 07 17:52:00 2008 +0200
@@ -472,6 +472,7 @@
                    "node": hex(f.node()),
                    "rev": f.rev(),
                    "author": f.user(),
+                   "desc": f.description(),
                    "file": f.path(),
                    "targetline": targetline,
                    "line": l,