tests/test-qrecord
changeset 6210 942287cb1f57
parent 5933 28a79c259fcf
child 8167 6c82beaaa11a
equal deleted inserted replaced
6209:4e8cd15240bf 6210:942287cb1f57
    47 EOF
    47 EOF
    48 
    48 
    49 hg add 1.txt 2.txt dir/a.txt
    49 hg add 1.txt 2.txt dir/a.txt
    50 hg commit -d '0 0' -m 'initial checkin'
    50 hg commit -d '0 0' -m 'initial checkin'
    51 
    51 
    52 echo % changing files 
    52 echo % changing files
    53 
    53 
    54 sed -e 's/2/2 2/;s/4/4 4/' 1.txt > 1.txt.new
    54 sed -e 's/2/2 2/;s/4/4 4/' 1.txt > 1.txt.new
    55 sed -e 's/b/b b/' 2.txt > 2.txt.new
    55 sed -e 's/b/b b/' 2.txt > 2.txt.new
    56 sed -e 's/hello world/hello world!/' dir/a.txt > dir/a.txt.new
    56 sed -e 's/hello world/hello world!/' dir/a.txt > dir/a.txt.new
    57 
    57