tests/test-ssh-bundle1.t
changeset 27053 c858945f6969
parent 26930 aa136399b295
child 27432 77d25b913f80
equal deleted inserted replaced
27052:b9d0b45df7b2 27053:c858945f6969
   522   >     return 1
   522   >     return 1
   523   > EOF
   523   > EOF
   524 
   524 
   525   $ echo "pretxnchangegroup.fail = python:$TESTTMP/failhook:hook" >> remote/.hg/hgrc
   525   $ echo "pretxnchangegroup.fail = python:$TESTTMP/failhook:hook" >> remote/.hg/hgrc
   526 
   526 
   527   $ hg -q --config ui.ssh="python '$TESTDIR/dummyssh'" clone ssh://user@dummy/remote hookout
   527   $ hg -q --config ui.ssh="python $TESTDIR/dummyssh" clone ssh://user@dummy/remote hookout
   528   $ cd hookout
   528   $ cd hookout
   529   $ touch hookfailure
   529   $ touch hookfailure
   530   $ hg -q commit -A -m 'remote hook failure'
   530   $ hg -q commit -A -m 'remote hook failure'
   531   $ hg --config ui.ssh="python '$TESTDIR/dummyssh'" push
   531   $ hg --config ui.ssh="python $TESTDIR/dummyssh" push
   532   pushing to ssh://user@dummy/remote
   532   pushing to ssh://user@dummy/remote
   533   searching for changes
   533   searching for changes
   534   remote: adding changesets
   534   remote: adding changesets
   535   remote: adding manifests
   535   remote: adding manifests
   536   remote: adding file changes
   536   remote: adding file changes