tests/test-mq.t
changeset 17015 73d20de5f30b
parent 16930 9efe4a95c099
child 17910 c8709ff57ff2
equal deleted inserted replaced
17014:50fbe9063ff2 17015:73d20de5f30b
   209   $ hg purge --mq --verbose --config extensions.purge=
   209   $ hg purge --mq --verbose --config extensions.purge=
   210   removing file flaf
   210   removing file flaf
   211 
   211 
   212   $ cd ..
   212   $ cd ..
   213 
   213 
       
   214 #if no-outer-repo
       
   215 
   214 init --mq without repo
   216 init --mq without repo
   215 
   217 
   216   $ mkdir f
   218   $ mkdir f
   217   $ cd f
   219   $ cd f
   218   $ hg init --mq
   220   $ hg init --mq
   219   abort: there is no Mercurial repository here (.hg not found)
   221   abort: there is no Mercurial repository here (.hg not found)
   220   [255]
   222   [255]
   221   $ cd ..
   223   $ cd ..
       
   224 
       
   225 #endif
   222 
   226 
   223 init --mq with repo path
   227 init --mq with repo path
   224 
   228 
   225   $ hg init g
   229   $ hg init g
   226   $ hg init --mq g
   230   $ hg init --mq g