tests/test-mq
branchstable
changeset 10710 47fbbc4845ff
parent 10691 a778a367c20b
child 11064 590b1d6ef50b
equal deleted inserted replaced
10709:67cb29dbb66e 10710:47fbbc4845ff
    83 echo '% init --mq without repo'
    83 echo '% init --mq without repo'
    84 mkdir f
    84 mkdir f
    85 cd f
    85 cd f
    86 hg init --mq
    86 hg init --mq
    87 cd ..
    87 cd ..
       
    88 
       
    89 echo '% init --mq with repo path'
       
    90 hg init g
       
    91 hg init --mq g
       
    92 test -d g/.hg/patches/.hg && echo "ok" || echo "failed"
    88 
    93 
    89 echo '% init --mq with nonexistent directory'
    94 echo '% init --mq with nonexistent directory'
    90 hg init --mq nonexistentdir
    95 hg init --mq nonexistentdir
    91 
    96 
    92 echo '% init --mq with bundle (non "local")'
    97 echo '% init --mq with bundle (non "local")'