equal
deleted
inserted
replaced
548 "desc": f.description(), |
548 "desc": f.description(), |
549 "file": f.path(), |
549 "file": f.path(), |
550 "targetline": targetline, |
550 "targetline": targetline, |
551 "line": l, |
551 "line": l, |
552 "lineid": "l%d" % (lineno + 1), |
552 "lineid": "l%d" % (lineno + 1), |
553 "linenumber": "% 6d" % (lineno + 1)} |
553 "linenumber": "% 6d" % (lineno + 1), |
|
554 "revdate": f.date()} |
554 |
555 |
555 return tmpl("fileannotate", |
556 return tmpl("fileannotate", |
556 file=f, |
557 file=f, |
557 annotate=annotate, |
558 annotate=annotate, |
558 path=webutil.up(f), |
559 path=webutil.up(f), |