mercurial/__init__.py
author Patrick Mezard <patrick@mezard.eu>
Thu, 26 Apr 2012 21:44:02 +0200
branchstable
changeset 16524 ed6a74312176
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
patch: be more tolerant with EOLs in binary diffs (issue2870) The only place where an trailing CR could be meaningful is in the "diff --git" line as part of a filename, and existing code already rule out this possibility. Extend the CR/LF filtering to the whole binary hunk.