comparison tests/test-pull-permission @ 3853:c0b449154a90

switch to the .hg/store layout, fix the tests
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 01 Dec 2006 13:34:09 +0100
parents 7544700fd931
children
comparison
equal deleted inserted replaced
3852:8a9a1a7e1698 3853:c0b449154a90
5 hg init 5 hg init
6 echo foo > b 6 echo foo > b
7 hg add b 7 hg add b
8 hg ci -m "b" -d "1000000 0" 8 hg ci -m "b" -d "1000000 0"
9 9
10 chmod -w .hg 10 chmod -w .hg/store
11 11
12 cd .. 12 cd ..
13 13
14 hg clone a b 14 hg clone a b
15 15
16 chmod +w a/.hg # let test clean up 16 chmod +w a/.hg/store # let test clean up
17 17
18 cd b 18 cd b
19 hg verify 19 hg verify