Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrating from bazaar to mercurial?

I have a small project which I started in bazaar, as an exercise to learn bzr. I've since decided I prefer Mercurial. How might I migrate this project to Hg?

like image 845
matt wilkie Avatar asked Sep 07 '10 22:09

matt wilkie


Video Answer


1 Answers

I believe your answer can be found here.

Essentially, all that's required is that you run

$ hg convert bzr-repository-URI Target-hg-dir
like image 191
Mies Avatar answered Sep 28 '22 09:09

Mies