diff mercurial/hgweb/webcommands.py @ 6657:a51093361e1c

hgweb: show cset node and description when hovering over annotate prefix
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 07 Jun 2008 17:52:00 +0200
parents ccc2481e3954
children bc553c6d1ef9
line wrap: on
line diff
--- 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,