changeset 30559 | d83ca854fa21 |
parent 28842 | d466facc5a6e |
child 36294 | 2507bf180413 |
--- a/tests/test-ui-verbosity.py Wed Nov 30 19:23:04 2016 +0000 +++ b/tests/test-ui-verbosity.py Sat Oct 22 14:35:10 2016 +0900 @@ -32,7 +32,7 @@ f.write('debug = True\n') f.close() - u = uimod.ui() + u = uimod.ui.load() if cmd_quiet or cmd_debug or cmd_verbose: u.setconfig('ui', 'quiet', str(bool(cmd_quiet))) u.setconfig('ui', 'verbose', str(bool(cmd_verbose)))