##// END OF EJS Templates
test-commit-interactive-curses: remove unused import of parsers
Yuya Nishihara -
r32198:2bf62ca7 default
parent child Browse files
Show More
@@ -343,7 +343,7 b' The default interface is text'
343 343 $ cp $HGRCPATH.pretest $HGRCPATH
344 344 $ chunkselectorinterface() {
345 345 > python <<EOF
346 > from mercurial import hg, ui, parsers;\
346 > from mercurial import hg, ui;\
347 347 > repo = hg.repository(ui.ui.load(), ".");\
348 348 > print repo.ui.interface("chunkselector")
349 349 > EOF
General Comments 0
You need to be logged in to leave comments. Login now