32:1a20eb26c5df
Anton Shestakov <engored@ya.ru>, Thu, 28 May 2015 21:04:38 +0800
bench: logging format with date and auto width for counters

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')