##// END OF EJS Templates
hgweb: plug followlines action in annotate view...
hgweb: plug followlines action in annotate view Add the followlines.js script and corresponding parameters as data attribute on <tbody class="sourcelines"> element. Extend CSS rules so that they also match the DOM structure of annotate view. As previously, only address paper and gitweb styles (other styles do not have followlines at all).

File last commit:

r32512:0e8b0b9a default
r32994:1c97df5e default
Show More
base85.py
10 lines | 302 B | text/x-python | PythonLexer
Yuya Nishihara
cffi: split modules from pure...
r32512 # base85.py: pure python base85 codec
#
# Copyright (C) 2009 Brendan Cully <brendan@kublai.com>
#
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
from __future__ import absolute_import
from ..pure.base85 import *