[Python-Dev] Mercurial conversion repositories
Antoine Pitrou
solipsis at pitrou.net
Fri Feb 25 13:52:58 CET 2011
On Fri, 25 Feb 2011 19:13:49 +1100
Neil Hodgson <nyamatongwe at 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.
Regards
Antoine.
More information about the Python-Dev
mailing list