tests/test-copy
changeset 3853 c0b449154a90
parent 2223 b72562060e45
child 11331 997ab9af81df
equal deleted inserted replaced
3852:8a9a1a7e1698 3853:c0b449154a90
    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