On Sat, Feb 21, 2009 at 22:55, Luca Olivetti <l...@wetron.es> wrote:
> En/na Florian Klaempfl ha escrit:
>> How did you solve the problem of MQ with win32 line endings?
>
> I don't remember how I set it up (it was a while ago), but under windows
> I have this in mercurial.ini
> [extensions]
> hgext.win32text=
> [encode]
> *.pas = dumbencode:
[skiped the rest]

Although the posted config did not work for me, I re-researched th
problem and now found the solution!

The clue is here:
http://www.selenic.com/mercurial/wiki/index.cgi/Win32TextExtension?action=diff&rev2=9&rev1=8

Notice how even Mercurial documentation authors were confused initially ;-)
To recap, stars must be _doubled_ in encode and decode sections, like that:
 **.pas = dumbencode:

-- 
Alexander S. Klenin
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to