comparison tests/comprehensive/test_rebuildmeta.py @ 1342:c6b01fd34694 stable

trying to fix progress output
author Augie Fackler <raf@durin42.com>
date Wed, 08 Jul 2015 19:45:04 -0400
parents 11c8de73b48a
children b429e97666fd
comparison
equal deleted inserted replaced
1339:74e82a7da393 1342:c6b01fd34694
34 34
35 35
36 def _do_case(self, name, layout): 36 def _do_case(self, name, layout):
37 subdir = test_util.subdir.get(name, '') 37 subdir = test_util.subdir.get(name, '')
38 single = layout == 'single' 38 single = layout == 'single'
39 u = ui.ui() 39 u = test_util.testui()
40 config = {} 40 config = {}
41 if layout == 'custom': 41 if layout == 'custom':
42 for branch, path in test_util.custom.get(name, {}).iteritems(): 42 for branch, path in test_util.custom.get(name, {}).iteritems():
43 config['hgsubversionbranch.%s' % branch] = path 43 config['hgsubversionbranch.%s' % branch] = path
44 u.setconfig('hgsubversionbranch', branch, path) 44 u.setconfig('hgsubversionbranch', branch, path)