Mercurial > hg
diff tests/test-empty-group @ 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 | 11422943cf72 |
children | 7a7d4937272b |
line wrap: on
line diff
--- a/tests/test-empty-group Sun Dec 10 00:07:02 2006 +0100 +++ b/tests/test-empty-group Fri Dec 01 13:34:09 2006 +0100 @@ -30,12 +30,12 @@ hg merge 1 hg ci -A -m m1 -d "1000000 0" #hg log -#hg debugindex .hg/00manifest.i +#hg debugindex .hg/store/00manifest.i hg update -C 1 hg merge 2 hg ci -A -m m2 -d "1000000 0" #hg log -#hg debugindex .hg/00manifest.i +#hg debugindex .hg/store/00manifest.i cd .. hg clone -r 3 a b