Show More
@@ -524,11 +524,11 b' remote hook failure is attributed to rem' | |||
|
524 | 524 | |
|
525 | 525 | $ echo "pretxnchangegroup.fail = python:$TESTTMP/failhook:hook" >> remote/.hg/hgrc |
|
526 | 526 | |
|
527 |
$ hg -q --config ui.ssh="python |
|
|
527 | $ hg -q --config ui.ssh="python $TESTDIR/dummyssh" clone ssh://user@dummy/remote hookout | |
|
528 | 528 | $ cd hookout |
|
529 | 529 | $ touch hookfailure |
|
530 | 530 | $ hg -q commit -A -m 'remote hook failure' |
|
531 |
$ hg --config ui.ssh="python |
|
|
531 | $ hg --config ui.ssh="python $TESTDIR/dummyssh" push | |
|
532 | 532 | pushing to ssh://user@dummy/remote |
|
533 | 533 | searching for changes |
|
534 | 534 | remote: adding changesets |
@@ -519,11 +519,11 b' remote hook failure is attributed to rem' | |||
|
519 | 519 | |
|
520 | 520 | $ echo "pretxnchangegroup.fail = python:$TESTTMP/failhook:hook" >> remote/.hg/hgrc |
|
521 | 521 | |
|
522 |
$ hg -q --config ui.ssh="python |
|
|
522 | $ hg -q --config ui.ssh="python $TESTDIR/dummyssh" clone ssh://user@dummy/remote hookout | |
|
523 | 523 | $ cd hookout |
|
524 | 524 | $ touch hookfailure |
|
525 | 525 | $ hg -q commit -A -m 'remote hook failure' |
|
526 |
$ hg --config ui.ssh="python |
|
|
526 | $ hg --config ui.ssh="python $TESTDIR/dummyssh" push | |
|
527 | 527 | pushing to ssh://user@dummy/remote |
|
528 | 528 | searching for changes |
|
529 | 529 | remote: adding changesets |
General Comments 0
You need to be logged in to leave comments.
Login now