Mercurial > hgsubversion
diff tests/test_util.py @ 1497:0991df151799
Merge with stable.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sun, 12 Feb 2017 16:30:28 -0500 |
parents | 1a4d0f1563d0 bac709b5ff6c |
children | b3e41b0d50a2 |
line wrap: on
line diff
--- a/tests/test_util.py +++ b/tests/test_util.py @@ -293,6 +293,7 @@ def testui(stupid=False, layout='auto', u = ui.ui() bools = {True: 'true', False: 'false'} u.setconfig('ui', 'quiet', bools[True]) + u.setconfig('ui', 'username', 'automated tests') u.setconfig('extensions', 'hgsubversion', '') u.setconfig('hgsubversion', 'stupid', bools[stupid]) u.setconfig('hgsubversion', 'layout', layout)