I have a project where I’m using Bitbucket as my HG server, but I’ve recently discovered that as a lone developer I can use Fogbugz/Kiln for free. I want to move my files into Kiln but I don’t want to lose my history. I’m sure there’s a dead-stupid easy way to do it, but I just don’t know. How do I do this?
Thanks!
Create the new project repo and do the following with your current copy of the original repo:
hg push new-repo-path.Then you use the new path in the future. You can delete the bitbucket repo.
With Mercurial, all history is in every copy of the repository, including your local copies.