Mercurial > hg-stable
comparison tests/test-mq.t @ 17015:73d20de5f30b
tests: add missing no-outer-repo requirements
Outer repos (if any) will now never be touched by the tests. But it is better
to run without any repos around the tmp directory.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 20 Jun 2012 23:41:21 +0200 |
parents | 9efe4a95c099 |
children | c8709ff57ff2 |
comparison
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 |