comparison tests/test-copy @ 2223:b72562060e45

Update tests for revlogng
author Matt Mackall <mpm@selenic.com>
date Mon, 08 May 2006 14:32:43 -0500
parents 7544700fd931
children c0b449154a90
comparison
equal deleted inserted replaced
2222:c9e264b115e6 2223:b72562060e45
20 hg debugindex .hg/data/b.i 20 hg debugindex .hg/data/b.i
21 21
22 echo "this should show the rename information in the metadata" 22 echo "this should show the rename information in the metadata"
23 hg debugdata .hg/data/b.d 0 | head -3 | tail -2 23 hg debugdata .hg/data/b.d 0 | head -3 | tail -2
24 24
25 $TESTDIR/md5sum.py .hg/data/b.d 25 $TESTDIR/md5sum.py .hg/data/b.i
26 hg cat b > bsum 26 hg cat b > bsum
27 $TESTDIR/md5sum.py bsum 27 $TESTDIR/md5sum.py bsum
28 hg cat a > asum 28 hg cat a > asum
29 $TESTDIR/md5sum.py asum 29 $TESTDIR/md5sum.py asum
30 hg verify 30 hg verify