tests/test-import-eol.out
changeset 8810 ac92775b3b80
child 8817 6c9dce20ed70
equal deleted inserted replaced
8809:6fce36336e42 8810:ac92775b3b80
       
     1 adding .hgignore
       
     2 adding a
       
     3 % invalid eol
       
     4 applying eol.diff
       
     5 abort: Unsupported line endings type: LFCR
       
     6 % force LF
       
     7 applying eol.diff
       
     8 'a\ny\nc\nd\nz'
       
     9 % force CRLF
       
    10 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
       
    11 applying eol.diff
       
    12 'a\r\ny\r\nc\r\nd\r\nz'
       
    13 adding b
       
    14 % binary patch with --eol
       
    15 applying bin.diff
       
    16 'a\x00\nc'