diff -r cbeb54ec0481 -r d83ca854fa21 tests/test-filelog.py --- a/tests/test-filelog.py Wed Nov 30 19:23:04 2016 +0000 +++ b/tests/test-filelog.py Sat Oct 22 14:35:10 2016 +0900 @@ -13,7 +13,7 @@ ui as uimod, ) -myui = uimod.ui() +myui = uimod.ui.load() repo = hg.repository(myui, path='.', create=True) fl = repo.file('foobar')