tests/test-copy
changeset 2223 b72562060e45
parent 1933 7544700fd931
child 3853 c0b449154a90
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