comparison tests/comprehensive/test_rebuildmeta.py @ 1346:538bbb927609

Merge with stable.
author Augie Fackler <raf@durin42.com>
date Tue, 11 Aug 2015 17:07:59 -0400
parents c6b01fd34694
children b429e97666fd
comparison
equal deleted inserted replaced
1341:7e10891666fe 1346:538bbb927609
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)