comparison tests/test-push-r @ 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 d4a3a8a332ab
children
comparison
equal deleted inserted replaced
3852:8a9a1a7e1698 3853:c0b449154a90
39 hg mv afile adifferentfile 39 hg mv afile adifferentfile
40 hg commit -m "1.3m" 40 hg commit -m "1.3m"
41 hg update -C 3 41 hg update -C 3
42 hg mv afile anotherfile 42 hg mv afile anotherfile
43 hg commit -m "0.3m" 43 hg commit -m "0.3m"
44 hg debugindex .hg/data/afile.i 44 hg debugindex .hg/store/data/afile.i
45 hg debugindex .hg/data/adifferentfile.i 45 hg debugindex .hg/store/data/adifferentfile.i
46 hg debugindex .hg/data/anotherfile.i 46 hg debugindex .hg/store/data/anotherfile.i
47 hg debugindex .hg/data/fred.i 47 hg debugindex .hg/store/data/fred.i
48 hg debugindex .hg/00manifest.i 48 hg debugindex .hg/store/00manifest.i
49 hg verify 49 hg verify
50 cd .. 50 cd ..
51 for i in 0 1 2 3 4 5 6 7 8; do 51 for i in 0 1 2 3 4 5 6 7 8; do
52 mkdir test-"$i" 52 mkdir test-"$i"
53 hg --cwd test-"$i" init 53 hg --cwd test-"$i" init