Anton Shestakov <engored@ya.ru>, Sun, 03 May 2015 14:22:30 +0800
deploy.sh: explicitly use tip for newesthg
settings.py
Permissions: -rw-r--r--
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') TEMPLATES = rel('templates')