tests/test-mq-qpush-fail.t
changeset 17518 cb68ca8a62f7
parent 16913 f2719b387380
child 18217 46cc3b74e1c5
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