mercurial/hgweb/webcommands.py
changeset 13199 a38df1250945
parent 12696 ef969e58a394
child 13596 270f57d35525
--- a/mercurial/hgweb/webcommands.py	Tue Dec 21 19:44:28 2010 +0900
+++ b/mercurial/hgweb/webcommands.py	Mon Dec 06 16:56:06 2010 +0100
@@ -550,7 +550,8 @@
                    "targetline": targetline,
                    "line": l,
                    "lineid": "l%d" % (lineno + 1),
-                   "linenumber": "% 6d" % (lineno + 1)}
+                   "linenumber": "% 6d" % (lineno + 1),
+                   "revdate": f.date()}
 
     return tmpl("fileannotate",
                 file=f,