Mercurial > hg
diff tests/test-copy2 @ 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 | 94f38724283f |
children | de612b5f8d59 |
line wrap: on
line diff
--- a/tests/test-copy2 Sun Dec 10 00:07:02 2006 +0100 +++ b/tests/test-copy2 Fri Dec 01 13:34:09 2006 +0100 @@ -14,7 +14,7 @@ hg debugstate|grep '^copy' echo "# should match" -hg debugindex .hg/data/foo.i +hg debugindex .hg/store/data/foo.i hg debugrename bar echo bleah > foo @@ -30,9 +30,9 @@ hg commit -m3 -d"0 0" echo "# should show no parents for tip" -hg debugindex .hg/data/bar.i +hg debugindex .hg/store/data/bar.i echo "# should match" -hg debugindex .hg/data/foo.i +hg debugindex .hg/store/data/foo.i hg debugrename bar echo "# should show no copies"