Re: [Python-Dev] Mercurial and linefeeds

2009-06-04 Thread Dirkjan Ochtman
On Thu, Jun 4, 2009 at 3:49 PM, R. David Murray wrote: > The above statement seems like a really odd design choice, with the > potential for causing considerable developer coordination headaches. > > Any Mercurial boffins want to talk about how this works in practice? I'm guessing that's just bec

Re: [Python-Dev] Mercurial and linefeeds

2009-06-04 Thread R. David Murray
On Thu, 4 Jun 2009 at 17:30, Oleg Broytmann wrote: On Thu, Jun 04, 2009 at 09:02:53AM -0400, Jason R. Coombs wrote: It seems that within the hg repository, everything has been converted to LF for line endings. I suspect this is because HG provides no integrated support for line-ending convers

Re: [Python-Dev] Mercurial and linefeeds

2009-06-04 Thread Oleg Broytmann
On Thu, Jun 04, 2009 at 09:02:53AM -0400, Jason R. Coombs wrote: > It seems that within the hg repository, everything has been converted to LF > for line endings. I suspect this is because HG provides no integrated > support for line-ending conversions and because the hg to svn bridge is > prob