tests/test-import.t
changeset 12945 99f7dc8def34
parent 12914 27bc21814e9c
child 13446 1e497df514e2
equal deleted inserted replaced
12944:fc069544f1af 12945:99f7dc8def34
   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   $ printf '\n' | cat .hg/last-message.txt -
   443   $ cat .hg/last-message.txt
   444   change
   444   change (no-eol)
   445 
   445 
   446 
   446 
   447 test fuzziness with eol=auto
   447 test fuzziness with eol=auto
   448 
   448 
   449   $ hg --config patch.eol=auto import --no-commit -v tip.patch
   449   $ hg --config patch.eol=auto import --no-commit -v tip.patch