diff -r cbeb54ec0481 -r d83ca854fa21 tests/test-commit-interactive-curses.t --- a/tests/test-commit-interactive-curses.t Wed Nov 30 19:23:04 2016 +0000 +++ b/tests/test-commit-interactive-curses.t Sat Oct 22 14:35:10 2016 +0900 @@ -325,7 +325,7 @@ $ chunkselectorinterface() { > python < from mercurial import hg, ui, parsers;\ - > repo = hg.repository(ui.ui(), ".");\ + > repo = hg.repository(ui.ui.load(), ".");\ > print repo.ui.interface("chunkselector") > EOF > }