tests/test-mq-qpush-fail.t
changeset 22947 c63a09b6b337
parent 22545 6a2cfa61acb0
child 23749 a387b0390082
equal deleted inserted replaced
22946:77c121da6143 22947:c63a09b6b337
    29   $ hg qpop -a
    29   $ hg qpop -a
    30   popping bad-patch
    30   popping bad-patch
    31   popping patch2
    31   popping patch2
    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 succeeded?!'
    37   $ hg qpush -a && echo 'qpush succeeded?!'
    38   applying patch1
    38   applying patch1
    39   applying patch2
    39   applying patch2