hg import fails on a trivial test

Patrick Mézard pmezard at gmail.com
Thu Oct 21 08:02:52 UTC 2010


Le 21/10/10 00:11, Haszlakiewicz, Eric a écrit :
> 
> A bit more information:
> This is on Windows XP, with hg installed from TortoiseHG 1.1.4.  In
> addition to "hg import" failing, qpush also fails!  So, something is
> going wrong with applying patches in general, but I don't know how to
> debug this.
> 
> All I have in my mercurial.ini is:
> [ui]
> username=ehaszla
> [extensions]
> hgext.mq=
> 
> What else should I check?

See the patch.eol configuration parameter here:

    http://www.selenic.com/mercurial/hgrc.5.html

You should try:

[patch]
eol = auto

in your .hgrc.

--
Patrick Mézard



More information about the Mercurial mailing list