comparison tests/test-copy @ 1932:82995896d5af

Merge with http://hg.home.dataloss.nl/hg-portabletests
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 13 Mar 2006 12:22:55 +0100
parents ba198d17eea9
children 7544700fd931
comparison
equal deleted inserted replaced
1922:6d50d6189269 1932:82995896d5af
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/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 -n 3 | tail -n 2 23 hg debugdata .hg/data/b.d 0 | head -3 | tail -2
24 24
25 md5sum .hg/data/b.d 25 $TESTDIR/md5sum.py .hg/data/b.d
26 hg cat b > bsum 26 hg cat b > bsum
27 md5sum bsum 27 $TESTDIR/md5sum.py bsum
28 hg cat a > asum 28 hg cat a > asum
29 md5sum asum 29 $TESTDIR/md5sum.py asum
30 hg verify 30 hg verify