windows - Problems configuring eol extension in Mercurial -


I am trying to clone a UNIX-hosted mercurial repository in a Windows computer. I am hoping to use the EOL extension so that my text file with the end of the LF on the server can be cloned into a Windows computer at CRLF.

First I have the win32text extension that worked fine but it seems that the EOL extension is the way to go, I thought I shot it Want to give

In my Mercurial.ini

  [extensions] eol =  

I understood that the default behavior is the CLF , But when I cloned something from the Unix server to Windows, then I've clearly made a mistake, line-end remains in the form of LF.

Any thoughts?

  [pattern] ** = original    "post-text" itemprop = "text" / pre> 

This is the trick, but I'm skeptical. I thought that by enabling EOL extension this method should be handled by default. This does not mean that I can only successfully clone with a UNIX server if the repository owner has foresight to handle the .hgeol file in the Windows client?


Comments