tests/test-copy2
changeset 1249 a5355fa5e33a
parent 1168 235e0effa672
child 1252 94f38724283f
equal deleted inserted replaced
1248:2534b41ce0c5 1249:a5355fa5e33a
    24 
    24 
    25 echo "# should not be renamed"
    25 echo "# should not be renamed"
    26 hg debugrename bar
    26 hg debugrename bar
    27 
    27 
    28 cp foo bar
    28 cp foo bar
    29 hg copy foo bar
    29 hg copy -f foo bar
    30 echo "# should show copy"
    30 echo "# should show copy"
    31 hg debugstate|grep '^copy'
    31 hg debugstate|grep '^copy'
    32 hg commit -m3 -d"0 0"
    32 hg commit -m3 -d"0 0"
    33 
    33 
    34 echo "# should show no parents for tip"
    34 echo "# should show no parents for tip"