tests/test-ssh-bundle1.t
branchstable
changeset 30914 f3807a135e43
parent 30563 e118233172fe
child 31008 636cf3f7620d
equal deleted inserted replaced
30913:d70971a3ae80 30914:f3807a135e43
   541   remote: transaction abort!
   541   remote: transaction abort!
   542   remote: rollback completed
   542   remote: rollback completed
   543   remote: abort: pretxnchangegroup.fail hook failed
   543   remote: abort: pretxnchangegroup.fail hook failed
   544   [1]
   544   [1]
   545 
   545 
       
   546 abort during pull is properly reported as such
       
   547 
       
   548   $ echo morefoo >> ../remote/foo
       
   549   $ hg -R ../remote commit --message "more foo to be pulled"
       
   550   $ cat >> ../remote/.hg/hgrc << EOF
       
   551   > [extensions]
       
   552   > crash = ${TESTDIR}/crashgetbundler.py
       
   553   > EOF
       
   554   $ hg --config ui.ssh="python $TESTDIR/dummyssh" pull
       
   555   pulling from ssh://user@dummy/remote
       
   556   searching for changes
       
   557   adding changesets
       
   558   remote: abort: this is an exercise
       
   559   transaction abort!
       
   560   rollback completed
       
   561   abort: stream ended unexpectedly (got 0 bytes, expected 4)
       
   562   [255]