71:e5b02a8172dc
Anton Shestakov <av6@dwimlabs.net>, Thu, 28 Jul 2016 00:41:39 +0800
viewer: try and guess if rev is a revrange and use manually specified ranges

previous change 1:cb057921cd8c

settings.py

Permissions: -rw-r--r--

Other formats: Feeds:
import os
os.environ['HGPLAIN'] = '1'
rel = lambda *x: os.path.abspath(os.path.join(os.path.dirname(__file__), *x))
DBPATH = rel('data', 'db.sqlite')
HG = rel('data', 'newesthg', 'hg')
LOCKFILE = rel('data', 'bench.lock')
TESTHGREPO = rel('data', 'testhg')
TESTREPO = rel('data', 'testrepo')
# webapp templates
TEMPLATES = rel('templates')