comparison tests/test-copy @ 3854:4f6db0233606

Merge Benoit's .hg/store support
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 02:11:02 -0600
parents c0b449154a90
children 997ab9af81df
comparison
equal deleted inserted replaced
3848:8cbf060f637e 3854:4f6db0233606
11 echo "we should see two history entries" 11 echo "we should see two history entries"
12 hg history -v 12 hg history -v
13 echo "we should see one log entry for a" 13 echo "we should see one log entry for a"
14 hg log a 14 hg log a
15 echo "this should show a revision linked to changeset 0" 15 echo "this should show a revision linked to changeset 0"
16 hg debugindex .hg/data/a.i 16 hg debugindex .hg/store/data/a.i
17 echo "we should see one log entry for b" 17 echo "we should see one log entry for b"
18 hg log b 18 hg log b
19 echo "this should show a revision linked to changeset 1" 19 echo "this should show a revision linked to changeset 1"
20 hg debugindex .hg/data/b.i 20 hg debugindex .hg/store/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/store/data/b.d 0 | head -3 | tail -2
24 24
25 $TESTDIR/md5sum.py .hg/data/b.i 25 $TESTDIR/md5sum.py .hg/store/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