Show More
@@ -343,7 +343,7 b' The default interface is text' | |||||
343 | $ cp $HGRCPATH.pretest $HGRCPATH |
|
343 | $ cp $HGRCPATH.pretest $HGRCPATH | |
344 | $ chunkselectorinterface() { |
|
344 | $ chunkselectorinterface() { | |
345 | > python <<EOF |
|
345 | > python <<EOF | |
346 |
> from mercurial import hg, ui |
|
346 | > from mercurial import hg, ui;\ | |
347 | > repo = hg.repository(ui.ui.load(), ".");\ |
|
347 | > repo = hg.repository(ui.ui.load(), ".");\ | |
348 | > print repo.ui.interface("chunkselector") |
|
348 | > print repo.ui.interface("chunkselector") | |
349 | > EOF |
|
349 | > EOF |
General Comments 0
You need to be logged in to leave comments.
Login now