Skip to content
Snippets Groups Projects
Commit b7256206 authored by Matt Mackall's avatar Matt Mackall
Browse files

Update tests for revlogng

parent c9e264b1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -4,7 +4,6 @@
killed!
transaction abort!
rollback completed
00changelog.d
00changelog.i
data
journal.dirstate
......@@ -5,5 +5,5 @@
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
......@@ -9,3 +9,3 @@
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
......@@ -11,5 +11,5 @@
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment