tests/test-mq-qnew
changeset 7297 bd6deb7525f4
parent 7296 695383442347
child 9733 f16ec85f125c
equal deleted inserted replaced
7296:695383442347 7297:bd6deb7525f4
    42 hg qnew first.patch
    42 hg qnew first.patch
    43 
    43 
    44 touch ../first.patch
    44 touch ../first.patch
    45 hg qimport ../first.patch
    45 hg qimport ../first.patch
    46 
    46 
    47 exit 0
    47 echo '% qnew -f from a subdirectory'
       
    48 hg qpop -a
       
    49 mkdir d
       
    50 cd d
       
    51 echo b > b
       
    52 hg ci -Am t
       
    53 echo b >> b
       
    54 hg st
       
    55 hg qnew -g -f p
       
    56 cat ../.hg/patches/p