This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-17.15:46:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442504775.33.0.605516301888.issue25153@psf.upfronthosting.co.za>
In-reply-to
Content
PCbuild/*.vcxproj* should be added to .hgeol to force them to CRLF.

A couple of reasons:

1) They're only used on Windows, where the default (terrible, but always available) editor doesn't understand LF

2) More importantly, the tcl, tk, and tix projects use labels in the NMakeCommandLine script, which can fail confusingly when that script has LF line endings (the error is "The system cannot find the batch label specified - build")

Thanks to Andres Guzman-ballen for bringing this to my attention again. I have also seen this on my Windows 8.1 Non-Debug buildbot, where I worked around it by turning on the hg 'eol' extension so that everything would be converted to CRLF on checkout.
History
Date User Action Args
2015-09-17 15:46:15zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower
2015-09-17 15:46:15zach.waresetmessageid: <1442504775.33.0.605516301888.issue25153@psf.upfronthosting.co.za>
2015-09-17 15:46:15zach.warelinkissue25153 messages
2015-09-17 15:46:14zach.warecreate