comparison 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
comparison
equal deleted inserted replaced
6656:2cbe0f72c379 6657:a51093361e1c
470 470
471 yield {"parity": parity.next(), 471 yield {"parity": parity.next(),
472 "node": hex(f.node()), 472 "node": hex(f.node()),
473 "rev": f.rev(), 473 "rev": f.rev(),
474 "author": f.user(), 474 "author": f.user(),
475 "desc": f.description(),
475 "file": f.path(), 476 "file": f.path(),
476 "targetline": targetline, 477 "targetline": targetline,
477 "line": l, 478 "line": l,
478 "lineid": "l%d" % (lineno + 1), 479 "lineid": "l%d" % (lineno + 1),
479 "linenumber": "% 6d" % (lineno + 1)} 480 "linenumber": "% 6d" % (lineno + 1)}