[issue17202] Add .bat line to .hgeol

2015-04-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 019c17a4198a by Zachary Ware in branch '2.7': Issue #17202: Add .bat to .hgeol to force them to CRLF. https://hg.python.org/cpython/rev/019c17a4198a New changeset 640ccb924b5f by Zachary Ware in branch '3.4': Issue #17202: Add .bat to .hgeol to forc

[issue17202] Add .bat line to .hgeol

2015-01-03 Thread Mark Lawrence
Mark Lawrence added the comment: No objections so proceeding is in order here I take it? -- nosy: +BreamoreBoy ___ Python tracker ___

[issue17202] Add .bat line to .hgeol

2013-12-19 Thread Zachary Ware
Zachary Ware added the comment: Any objections to proceeding with this? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue17202] Add .bat line to .hgeol

2013-10-24 Thread Tim Golden
Tim Golden added the comment: I'm running Win7 and have the same problem, with a fresh checkout and the eol extension disabled. The attached (updated) patch does solve the issue. I can't see any reason not to apply it, even if it's not needed in many cases. -- Added file: http://bugs.p

[issue17202] Add .bat line to .hgeol

2013-07-15 Thread Zachary Ware
Zachary Ware added the comment: I'm on 32 bit Windows 7 Pro, SP1, and have also reproduced the issue on 64 bit Windows 7 Home Premium, SP1. I use the standard Command Prompt (cmd.exe) on both. -- ___ Python tracker

[issue17202] Add .bat line to .hgeol

2013-07-15 Thread Martin v . Löwis
Martin v. Löwis added the comment: Zachary: What Windows version do you use? Glen Linderman claims that at least Windows 7 should work fine with cmd files containing only LF, and suggested that this may also be the case on Windows XP. Are you using a non-standard command interpreter by any cha

[issue17202] Add .bat line to .hgeol

2013-07-05 Thread Zachary Ware
Zachary Ware added the comment: I have recently learned why this issue had seemed transient to me previously: the hg eol extension apparently causes hg to create all files that are not explicitly set to LF or BIN using CRLF on Windows. Thus, this is what happens: """ P:\Python\cpython\Doc>rem

[issue17202] Add .bat line to .hgeol

2013-02-15 Thread Zachary Ware
Zachary Ware added the comment: > This seems to suggest that CRLF shouldn't be necessary. It's not necessary on .bat files without labels, but those with labels are subject to the (Windows) bug described in my first message and link. Adding an entry specifically for Doc/make.bat and any other

[issue17202] Add .bat line to .hgeol

2013-02-15 Thread Ezio Melotti
Ezio Melotti added the comment: **.bat used to be there, but it was removed in 1762d79eab65. I have a very faint memory of some discussion about bat files and EOLs, but the best I could find was: http://mail.python.org/pipermail/python-dev/2012-May/119220.html http://mail.python.org/pipermail/p

[issue17202] Add .bat line to .hgeol

2013-02-15 Thread Dirkjan Ochtman
Changes by Dirkjan Ochtman : -- nosy: +georg.brandl, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue17202] Add .bat line to .hgeol

2013-02-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +djc, ezio.melotti, loewis stage: -> patch review type: -> behavior ___ Python tracker ___ ___ Py

[issue17202] Add .bat line to .hgeol

2013-02-13 Thread Zachary Ware
New submission from Zachary Ware: Most times (though not all, for some reason) I try to use Doc\make.bat update, it fails with "The system cannot find the batch label specified - update" even though it is obviously there. The reason for this appears to be the fact that the file uses UNIX line