tests/test-commit-interactive-curses.t
changeset 30559 d83ca854fa21
parent 30236 141cb12c0175
child 30831 9f264adbe75b
--- 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 <<EOF
   > from mercurial import hg, ui, parsers;\
-  > repo = hg.repository(ui.ui(), ".");\
+  > repo = hg.repository(ui.ui.load(), ".");\
   > print repo.ui.interface("chunkselector")
   > EOF
   > }