--- a/tests/test-copy Mon May 08 14:26:18 2006 -0500
+++ b/tests/test-copy Mon May 08 14:32:43 2006 -0500
@@ -22,7 +22,7 @@
echo "this should show the rename information in the metadata"
hg debugdata .hg/data/b.d 0 | head -3 | tail -2
-$TESTDIR/md5sum.py .hg/data/b.d
+$TESTDIR/md5sum.py .hg/data/b.i
hg cat b > bsum
$TESTDIR/md5sum.py bsum
hg cat a > asum
--- a/tests/test-copy.out Mon May 08 14:26:18 2006 -0500
+++ b/tests/test-copy.out Mon May 08 14:32:43 2006 -0500
@@ -41,7 +41,7 @@
this should show the rename information in the metadata
copyrev: b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3
copy: a
-566e338d09a089ba737c21e0d3759980 .hg/data/b.d
+ed156f22f0a6fde642de0b5eba0cbbb2 .hg/data/b.i
60b725f10c9c85c70d97880dfe8191b3 bsum
60b725f10c9c85c70d97880dfe8191b3 asum
checking changesets
--- a/tests/test-hup.out Mon May 08 14:26:18 2006 -0500
+++ b/tests/test-hup.out Mon May 08 14:32:43 2006 -0500
@@ -4,7 +4,6 @@
killed!
transaction abort!
rollback completed
-00changelog.d
00changelog.i
data
journal.dirstate
--- a/tests/test-permissions Mon May 08 14:26:18 2006 -0500
+++ b/tests/test-permissions Mon May 08 14:32:43 2006 -0500
@@ -5,11 +5,11 @@
hg add a
hg commit -m "1" -d "1000000 0"
hg verify
-chmod -r .hg/data/a.d
+chmod -r .hg/data/a.i
hg verify 2>/dev/null || echo verify failed
-chmod +r .hg/data/a.d
+chmod +r .hg/data/a.i
hg verify 2>/dev/null || echo verify failed
-chmod -w .hg/data/a.d
+chmod -w .hg/data/a.i
echo barber > a
hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed