
On Fri, 25 Feb 2011 13:52:58 +0100 Antoine Pitrou <solipsis@pitrou.net> wrote:
On Fri, 25 Feb 2011 19:13:49 +1100 Neil Hodgson <nyamatongwe@gmail.com> wrote:
With hg 1.7.5 on Windows 7 I performed a non-core checkout:
hg clone http://hg.python.org/cpython
The eol extension is enabled in global settings.
Yes, please try to disable it. The issue is we have a .hgeol in the repository right now (it's in the SVN repository too), but it doesn't match the reality of on-disk files, so when you update, the eol extension tries to "fix" those files.
It should now be fixed in current SVN, meaning the final conversion should be perfectly usable with the eol extension enabled. Do you find other issues under Windows? Have you tried pushing changes? Regards Antoine.