tests/test-import.t
changeset 12914 27bc21814e9c
parent 12913 0e0a52bd58f9
child 12945 99f7dc8def34
equal deleted inserted replaced
12913:0e0a52bd58f9 12914:27bc21814e9c
   438   reverting a
   438   reverting a
   439 
   439 
   440 
   440 
   441 import with --no-commit should have written .hg/last-message.txt
   441 import with --no-commit should have written .hg/last-message.txt
   442 
   442 
   443   $ echo '\n' | cat .hg/last-message.txt -
   443   $ printf '\n' | cat .hg/last-message.txt -
   444   change
   444   change
   445   
       
   446 
   445 
   447 
   446 
   448 test fuzziness with eol=auto
   447 test fuzziness with eol=auto
   449 
   448 
   450   $ hg --config patch.eol=auto import --no-commit -v tip.patch
   449   $ hg --config patch.eol=auto import --no-commit -v tip.patch