author | Yuya Nishihara <yuya@tcha.org> |
Tue, 02 May 2017 19:10:55 +0900 | |
changeset 32243 | 2bf62ca7072f |
parent 32242 | 7bcc9a5ab96e |
child 32244 | 2d84947cd85d |
--- a/tests/test-commit-interactive-curses.t Mon May 08 11:35:23 2017 -0700 +++ b/tests/test-commit-interactive-curses.t Tue May 02 19:10:55 2017 +0900 @@ -343,7 +343,7 @@ $ cp $HGRCPATH.pretest $HGRCPATH $ chunkselectorinterface() { > python <<EOF - > from mercurial import hg, ui, parsers;\ + > from mercurial import hg, ui;\ > repo = hg.repository(ui.ui.load(), ".");\ > print repo.ui.interface("chunkselector") > EOF