Message2784

Author nriley
Recipients junkblocker, lch, pmezard, shamilbi, tonfa
Date 2007-02-19.11:54:07
Content
This patch fixes 'hg diff' output for me but not 'hg export', where I still get
the CR-CR-LF line endings.

However, it seems this bug should be fixed at the same time as a related one in
'hg import'.  Without hacking mercurial.patch.patch to include --binary I can
import a "correct" patch (i.e., one with CR-LF line endings) but the output uses
LF endings.  With --binary, I can't import a "correct" patch any more, but an
CR-CR-LF one will import as just CR-LF and work fine.
History
Date User Action Args
2007-02-19 11:54:10nrileysetmessageid: <1171886050.59.0.104379144788.issue250@selenic.com>
2007-02-19 11:54:10nrileysetrecipients: + tonfa, junkblocker, shamilbi, pmezard, lch
2007-02-19 11:54:10nrileylinkissue250 messages
2007-02-19 11:54:07nrileycreate