hg-convert

Adding changes from one Mercurial repository to another

When changing the VCS for my project FakeItEasy from SVN to Mercurial on Google Code I was a bit too eager (I'm funny like that). What I did was just checking the latest version out of SVN and then commiting that checkout as the first revision of the new Mercurial repo. This obviously has the effect that all history is lost. Later when ...

Case folding conflict in hg after converting from svn

I'm thinking about switching to hg from svn so I ran the convert script to convert our 5-year-old svn repository. The conversion ran overnight and didn't appear to have any problems. Then I went to the new hg repo directory and tried to run "hg update" to get a working copy. It immediately fails with the following message: abort: case-f...