tests/test-mq-qpush-fail.t
changeset 37524 5d81f1b7051b
parent 34158 9e4f82bc2b0b
child 39723 5abc47d4ca6b
equal deleted inserted replaced
37523:d17cfb23017c 37524:5d81f1b7051b
    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 'import sys; getattr(sys.stdout, "buffer", sys.stdout).write(b"\xe9\n")' > 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   $ cat > $TESTTMP/wrapplayback.py <<EOF
    37   $ cat > $TESTTMP/wrapplayback.py <<EOF
    38   > import os
    38   > import os
    39   > from mercurial import extensions, transaction
    39   > from mercurial import extensions, transaction