Message4653

Author sperber
Recipients
Date 2007-12-20.07:35:28
Content
I can't get MQ to play nicely with text encoding/decoding: On files with
CRLF encoding/decoding, patching always fails---regardless of whether I
use the internal patcher or GnuWin32's.

Issue483 is related, but the fix there does nothing for MQ.

A reply from Patrick Mézard says:

You are right, the issue is still the same: the patches are generated from the 
repository file version while the patching code operates on the working 
directory, thus the LF/CRLF discrepancy. It can be fixed by making the patching 
code roundtripping through encoding/decoding filters. As stated in the related 
issue, this would be easier now patches are handled internally. Could you open 
an issue about that ?
History
Date User Action Args
2007-12-20 07:35:32sperbersetmessageid: <1198136132.51.0.65713025764.issue887@selenic.com>
2007-12-20 07:35:32sperberlinkissue887 messages
2007-12-20 07:35:28sperbercreate