Show More
@@ -463,12 +463,12 b' test bisecting command' | |||
|
463 | 463 | $ chmod +x script.py |
|
464 | 464 | $ hg bisect -r |
|
465 | 465 | $ hg up -qr tip |
|
466 | $ hg bisect --command "$PYTHON \"$TESTTMP/script.py\" and some parameters" | |
|
466 | $ hg bisect --command "\"$PYTHON\" \"$TESTTMP/script.py\" and some parameters" | |
|
467 | 467 | changeset 31:58c80a7c8a40: good |
|
468 | 468 | abort: cannot bisect (no known bad revisions) |
|
469 | 469 | [255] |
|
470 | 470 | $ hg up -qr 0 |
|
471 | $ hg bisect --command "$PYTHON \"$TESTTMP/script.py\" and some parameters" | |
|
471 | $ hg bisect --command "\"$PYTHON\" \"$TESTTMP/script.py\" and some parameters" | |
|
472 | 472 | changeset 0:b99c7b9c8e11: bad |
|
473 | 473 | changeset 15:e7fa0811edb0: good |
|
474 | 474 | changeset 7:03750880c6b5: good |
@@ -64,7 +64,7 b' regardless of the commit message in the ' | |||
|
64 | 64 | added 1 changesets with 2 changes to 2 files |
|
65 | 65 | updating to branch default |
|
66 | 66 | 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
67 |
$ HGEDITOR=cat hg --config ui.patch= |
|
|
67 | $ HGEDITOR=cat hg --config ui.patch="$PYTHON ../dummypatch.py" --cwd b import --edit ../exported-tip.patch | |
|
68 | 68 | applying ../exported-tip.patch |
|
69 | 69 | second change |
|
70 | 70 |
General Comments 0
You need to be logged in to leave comments.
Login now