1
vote
2answers
68 views
Convert Subversion repository to Mercurial
I am trying to convert an SVN repository to Mercurial, but I'm having some troubles. These are the steps I've taken: (I am on Windows)
Turned on "convert" in the extensions
Opened a command …
1
vote
1answer
151 views
Mercurial - cleverencode - cleverdecode - multiple file patterns - mercurial.ini
How do I specify the CRLF encode/decode option in mercurial.ini in Windows?
The documentation gives the following options:
[extensions]
win32text =
[decode]
** = cleverdecode:
[encode]
** = …
