tests/test-import.t
changeset 12913 0e0a52bd58f9
parent 12847 b00eda50ad2b
child 12914 27bc21814e9c
equal deleted inserted replaced
12912:15b8a652b558 12913:0e0a52bd58f9
   434   applying tip.patch
   434   applying tip.patch
   435   patching file a
   435   patching file a
   436   Hunk #1 succeeded at 1 with fuzz 2 (offset -2 lines).
   436   Hunk #1 succeeded at 1 with fuzz 2 (offset -2 lines).
   437   $ hg revert -a
   437   $ hg revert -a
   438   reverting a
   438   reverting a
       
   439 
       
   440 
       
   441 import with --no-commit should have written .hg/last-message.txt
       
   442 
       
   443   $ echo '\n' | cat .hg/last-message.txt -
       
   444   change
       
   445   
       
   446 
   439 
   447 
   440 test fuzziness with eol=auto
   448 test fuzziness with eol=auto
   441 
   449 
   442   $ hg --config patch.eol=auto import --no-commit -v tip.patch
   450   $ hg --config patch.eol=auto import --no-commit -v tip.patch
   443   applying tip.patch
   451   applying tip.patch