diff -r 8a9a1a7e1698 -r c0b449154a90 tests/test-copy2 --- 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"