[PATCH 01 of 12] test-commit-interactive-curses: remove unused import of parsers

Yuya Nishihara yuya at tcha.org
Sun May 7 01:45:42 UTC 2017


# HG changeset patch
# User Yuya Nishihara <yuya at tcha.org>
# Date 1493719855 -32400
#      Tue May 02 19:10:55 2017 +0900
# Node ID ce67363f32a3b8d1ade7be8f18a18a87aa267d03
# Parent  31f42e683321f225eb9c306f8d4b3a9e8d82a1da
test-commit-interactive-curses: remove unused import of parsers

diff --git a/tests/test-commit-interactive-curses.t b/tests/test-commit-interactive-curses.t
--- a/tests/test-commit-interactive-curses.t
+++ b/tests/test-commit-interactive-curses.t
@@ -343,7 +343,7 @@ The default interface is text
   $ 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


More information about the Mercurial-devel mailing list