tests/test-copy
changeset 1923 7d83a351a936
parent 1252 94f38724283f
child 1926 ba198d17eea9
equal deleted inserted replaced
1739:57de7e1a81d2 1923:7d83a351a936
    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 -n 3 | tail -n 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