Message273652
Here are three patches for this:
- add_gitattributes_1.patch adds `.gitattributes`, with all the newline preferences in `.hgeol` (with the exception of the "native" rule at the end, which in git is the default newline preference).
- fix_newlines_1.patch fixes test_sax to properly handle CRLF (since *.xml files may have either LF or CRLF), as well as a single batch file which wasn't using CRLF line endings for some reason.
- test_random_warning_1.patch is somewhat unrelated, but it makes sure that failures in the `pickle.load` call no longer show ResourceWarnings on stderr.
The two tests which used to fail no longer do so. Maybe add_gitattributes_1.patch should be backported to 2.7, but probably not the other ones. |
|
Date |
User |
Action |
Args |
2016-08-25 14:38:38 | abarry | set | recipients:
+ abarry, brett.cannon, paul.moore, tim.golden, r.david.murray, martin.panter, zach.ware, steve.dower |
2016-08-25 14:38:38 | abarry | set | messageid: <1472135918.81.0.635550445624.issue27425@psf.upfronthosting.co.za> |
2016-08-25 14:38:38 | abarry | link | issue27425 messages |
2016-08-25 14:38:38 | abarry | create | |
|