tests/test-mq.t
changeset 12070 fddacca3202e
parent 12036 31f02288bbc4
child 12101 0096f21c01dc
equal deleted inserted replaced
12066:d01e28657429 12070:fddacca3202e
   193 init --mq without repo
   193 init --mq without repo
   194 
   194 
   195   $ mkdir f
   195   $ mkdir f
   196   $ cd f
   196   $ cd f
   197   $ hg init --mq
   197   $ hg init --mq
   198   abort: There is no Mercurial repository here (.hg not found)
   198   abort: there is no Mercurial repository here (.hg not found)
   199   $ cd ..
   199   $ cd ..
   200 
   200 
   201 init --mq with repo path
   201 init --mq with repo path
   202 
   202 
   203   $ hg init g
   203   $ hg init g