diff -r 8a9a1a7e1698 -r c0b449154a90 tests/test-copy --- a/tests/test-copy Sun Dec 10 00:07:02 2006 +0100 +++ b/tests/test-copy Fri Dec 01 13:34:09 2006 +0100 @@ -13,16 +13,16 @@ echo "we should see one log entry for a" hg log a echo "this should show a revision linked to changeset 0" -hg debugindex .hg/data/a.i +hg debugindex .hg/store/data/a.i echo "we should see one log entry for b" hg log b echo "this should show a revision linked to changeset 1" -hg debugindex .hg/data/b.i +hg debugindex .hg/store/data/b.i echo "this should show the rename information in the metadata" -hg debugdata .hg/data/b.d 0 | head -3 | tail -2 +hg debugdata .hg/store/data/b.d 0 | head -3 | tail -2 -$TESTDIR/md5sum.py .hg/data/b.i +$TESTDIR/md5sum.py .hg/store/data/b.i hg cat b > bsum $TESTDIR/md5sum.py bsum hg cat a > asum