82:5a8a919160a5
Anton Shestakov <av6@dwimlabs.net>, Sun, 07 Aug 2016 12:59:40 +0800
bench: write pid into lockfile, properly close it

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