Download:
child 94:1f9ea4fffb9c
parent 92:4a5befc06310
93:e49adb0b5b0c
Anton Shestakov <av6@dwimlabs.net>, Sun, 03 Jul 2016 23:48:36 +0800
checker: start setting useful environment variables

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
checker.py file | annotate | diff | comparison | revisions
--- a/checker.py Sun Jul 03 23:28:39 2016 +0800
+++ b/checker.py Sun Jul 03 23:48:36 2016 +0800
@@ -94,6 +94,7 @@
if ok:
print('# C&O task: clone')
print('# C&O project URL: {}'.format(config['url']))
+ os.environ['HGPLAIN'] = '1'
if ok and not run(['hg', 'clone', config['url'], source]):
ok = False