tests/test-copy
changeset 1252 94f38724283f
parent 1043 9344f5dd4488
child 1923 7d83a351a936
equal deleted inserted replaced
1251:84cf8834efb5 1252:94f38724283f
     3 hg init
     3 hg init
     4 echo a > a
     4 echo a > a
     5 hg add a
     5 hg add a
     6 hg commit -m "1" -d "0 0"
     6 hg commit -m "1" -d "0 0"
     7 hg status
     7 hg status
     8 cp a b
       
     9 hg copy a b
     8 hg copy a b
    10 hg status
     9 hg status
    11 hg --debug commit -m "2" -d "0 0"
    10 hg --debug commit -m "2" -d "0 0"
    12 echo "we should see two history entries"
    11 echo "we should see two history entries"
    13 hg history -v
    12 hg history -v