comparison tests/test-subrepo-relative-path.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 d6a4cfefafb3
children cd8e109b673b
comparison
equal deleted inserted replaced
17014:50fbe9063ff2 17015:73d20de5f30b
26 $ hg up -C -R sub null 26 $ hg up -C -R sub null
27 0 files updated, 0 files merged, 1 files removed, 0 files unresolved 27 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
28 $ hg up -C -R main null 28 $ hg up -C -R main null
29 0 files updated, 0 files merged, 3 files removed, 0 files unresolved 29 0 files updated, 0 files merged, 3 files removed, 0 files unresolved
30 $ rm -rf main/sub 30 $ rm -rf main/sub
31
32 hide outer repo
33 $ hg init
31 34
32 Serving them both using hgweb 35 Serving them both using hgweb
33 36
34 $ printf '[paths]\n/main = main\nsub = sub\n' > webdir.conf 37 $ printf '[paths]\n/main = main\nsub = sub\n' > webdir.conf
35 $ hg serve --webdir-conf webdir.conf -a localhost -p $HGPORT \ 38 $ hg serve --webdir-conf webdir.conf -a localhost -p $HGPORT \