--- a/mercurial/templates/gitweb/fileannotate.tmpl Wed Jun 21 17:07:51 2017 +0200
+++ b/mercurial/templates/gitweb/fileannotate.tmpl Wed Jun 21 17:17:17 2017 +0200
@@ -66,10 +66,15 @@
</div>
<div class="page_body">
<table>
-<tbody>
+<tbody class="sourcelines"
+ data-logurl="{url|urlescape}log/{symrev}/{file|urlescape}"
+ data-selectabletag="TR"
+ data-ishead="{ishead}">
{annotate%annotateline}
</tbody>
</table>
</div>
+<script type="text/javascript" src="{staticurl|urlescape}followlines.js"></script>
+
{footer}