tests/test-import
branchstable
changeset 10524 3212afb33116
parent 10501 a27af7229850
child 10729 7a5931c5f2dc
equal deleted inserted replaced
10523:4bab7c3db4e1 10524:3212afb33116
   194 echo line1 > a
   194 echo line1 > a
   195 echo line0 >> a
   195 echo line0 >> a
   196 echo line1 >> a
   196 echo line1 >> a
   197 echo line0 >> a
   197 echo line0 >> a
   198 hg ci -m brancha
   198 hg ci -m brancha
   199 hg import -v tip.patch
   199 hg import --no-commit -v tip.patch
       
   200 hg revert -a
       
   201 echo '% test fuzziness with eol=auto'
       
   202 hg --config patch.eol=auto import --no-commit -v tip.patch
   200 cd ..
   203 cd ..
   201 
   204 
   202 # Test hunk touching empty files (issue906)
   205 # Test hunk touching empty files (issue906)
   203 hg init empty
   206 hg init empty
   204 cd empty
   207 cd empty