tests/test-mq-qpush-fail
changeset 9590 07a62819b309
parent 8875 801cacf46e62
child 10397 8cb81d75730c
equal deleted inserted replaced
9589:fdf0c375cdbf 9590:07a62819b309
    51 hg qpush
    51 hg qpush
    52 rm .hg/patches/patch2
    52 rm .hg/patches/patch2
    53 echo '% now we expect the push to fail, but it should NOT complain about patch1'
    53 echo '% now we expect the push to fail, but it should NOT complain about patch1'
    54 hg qpush
    54 hg qpush
    55 
    55 
       
    56 echo '% preparing qpush of missing patch with no patch applied'
       
    57 hg qpop -a
       
    58 rm .hg/patches/patch1
       
    59 echo '% qpush should fail the same way as below'
       
    60 hg qpush
       
    61 
    56 true # happy ending
    62 true # happy ending