tests/test-mq
changeset 7142 88f1b8081f1c
parent 7048 25961e53a07f
child 7161 b420ef2c812b
equal deleted inserted replaced
7136:d834ed27199f 7142:88f1b8081f1c
   196 echo % commit should fail
   196 echo % commit should fail
   197 hg commit
   197 hg commit
   198 
   198 
   199 echo % push should fail
   199 echo % push should fail
   200 hg push ../../k
   200 hg push ../../k
       
   201 
       
   202 echo % import should fail
       
   203 hg st .
       
   204 echo foo >> ../a
       
   205 hg diff > ../../import.diff
       
   206 hg revert --no-backup ../a
       
   207 hg import ../../import.diff
       
   208 hg st
   201 
   209 
   202 echo % qunapplied
   210 echo % qunapplied
   203 hg qunapplied
   211 hg qunapplied
   204 
   212 
   205 echo % qpush/qpop with index
   213 echo % qpush/qpop with index