--- a/mercurial/templates/paper/fileannotate.tmpl Wed Jun 21 17:07:51 2017 +0200
+++ b/mercurial/templates/paper/fileannotate.tmpl Wed Jun 21 17:17:17 2017 +0200
@@ -73,7 +73,10 @@
<th class="line"> line source</th>
</tr>
</thead>
-<tbody class="stripes2">
+<tbody class="stripes2 sourcelines"
+ data-logurl="{url|urlescape}log/{symrev}/{file|urlescape}"
+ data-selectabletag="TR"
+ data-ishead="{ishead}">
{annotate%annotateline}
</tbody>
</table>
@@ -81,4 +84,6 @@
</div>
</div>
+<script type="text/javascript" src="{staticurl|urlescape}followlines.js"></script>
+
{footer}