[Python-Dev] Mercurial, linefeeds, and Visual Studio

Dirkjan Ochtman dirkjan at ochtman.nl
Thu Jun 4 15:30:51 CEST 2009


On Thu, Jun 4, 2009 at 3:02 PM, Jason R. Coombs <jaraco at jaraco.com> wrote:
> I wanted to share this with the community in case anyone else runs into this issue.  Also, if there's a recommended procedure for addressing this issue (and others that might arise due to non-native line endings), I'd be interested to hear it.

Mercurial comes with a win32text extension that helps resolve issues
like these. It allows you to specify in the .hg/hgrc that .sln files
should always be expanded to CRLF.

Cheers,

Dirkjan


More information about the Python-Dev mailing list