comparison tests/test-mq-qpush-fail.t @ 17518:cb68ca8a62f7

spelling: succeeded
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents f2719b387380
children 46cc3b74e1c5
comparison
equal deleted inserted replaced
17517:15036492a103 17518:cb68ca8a62f7
32 popping patch1 32 popping patch1
33 patch queue now empty 33 patch queue now empty
34 $ python -c 'print "\xe9"' > message 34 $ python -c 'print "\xe9"' > message
35 $ cat .hg/patches/bad-patch >> message 35 $ cat .hg/patches/bad-patch >> message
36 $ mv message .hg/patches/bad-patch 36 $ mv message .hg/patches/bad-patch
37 $ hg qpush -a && echo 'qpush succeded?!' 37 $ hg qpush -a && echo 'qpush succeeded?!'
38 applying patch1 38 applying patch1
39 applying patch2 39 applying patch2
40 applying bad-patch 40 applying bad-patch
41 transaction abort! 41 transaction abort!
42 rollback completed 42 rollback completed