tests/test-mq-qpush-fail.t
changeset 22545 6a2cfa61acb0
parent 22453 fd0f0b0d316d
child 22947 c63a09b6b337
equal deleted inserted replaced
22544:0d75ce895adc 22545:6a2cfa61acb0
    21   $ hg qrefresh -m 'patch 1'
    21   $ hg qrefresh -m 'patch 1'
    22   $ hg qnew patch2
    22   $ hg qnew patch2
    23   $ echo bar > bar
    23   $ echo bar > bar
    24   $ hg add bar
    24   $ hg add bar
    25   $ hg qrefresh -m 'patch 2'
    25   $ hg qrefresh -m 'patch 2'
    26   $ hg qnew --config 'mq.plain=true' bad-patch
    26   $ hg qnew --config 'mq.plain=true' -U bad-patch
    27   $ echo >> foo
    27   $ echo >> foo
    28   $ hg qrefresh
    28   $ hg qrefresh
    29   $ hg qpop -a
    29   $ hg qpop -a
    30   popping bad-patch
    30   popping bad-patch
    31   popping patch2
    31   popping patch2