view tests/test-hgcia.out @ 10128:ea7c392f2b08

patch: drop eol normalization fast-path for 'lf' and 'crlf' With eolmode set to 'lf' or 'crlf' we avoided the hunk duplication and normalization by reading the input patch in text mode. Dropping this optimization simplifies code expectations for a small overhead. The change in test-mq-eol comes from a tolerance to CRLF instead of LF for last lines without newlines being broken by this revision. This tolerance was only partially supported and will be added again in a better way.
author Patrick Mezard <pmezard@gmail.com>
date Wed, 23 Dec 2009 19:31:48 +0100
parents b80b944836ec
children
line wrap: on
line source

adding foo
pushing to ../cia
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files

<message>
  <generator>
    <name>Mercurial (hgcia)</name>
    <version>0.1</version>
    <url>http://hg.kublai.com/mercurial/hgcia</url>
    <user>testuser</user>
  </generator>
  <source>
<project>testproject</project>
<branch>default</branch>
</source>
  <body>
    <commit>
      <author>test</author>
      <version>0:e63c23eaa88a</version>
      <log>foo</log>
      
      <files><file action="add">foo</file></files>
    </commit>
  </body>
  <timestamp>0</timestamp>
</message>