On Fri, 25 Feb 2011 13:52:58 +0100 Antoine Pitrou <[email protected]> wrote: > On Fri, 25 Feb 2011 19:13:49 +1100 > Neil Hodgson <[email protected]> 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. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
