[Lazarus] TAChart child/parent control integration: request for review

Alexander Klenin klenin at gmail.com
Sun Feb 22 05:11:23 CET 2009


On Sat, Feb 21, 2009 at 22:55, Luca Olivetti <luca at 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



More information about the Lazarus mailing list