On Thu, 29 Dec 2011 10:57:18 +0100 Gour <[email protected]> wrote: > > Nonetheless, just to see, I tried converting the repo to Mercurial > > (hg). hg's fastimport implementation, assuming I was using the right > > one, seemed to fail for lack of handling renames (the fastexport > > format represents them, but hg fastimport doesn't handle them). > > I recently moved from Bazaar to Mercurial and was using hg's convert > extension: > http://mercurial.selenic.com/wiki/ConvertExtension#Converting_from_Bazaar > > Any reason why did you use fast-import mechanism?
If it worked, fastexport / fastimport appeals because a fastexport from bzr could be fastimported later into hg, git, or even bzr again. I also tried a hg-bzr branch which seemed to have stopped developing in 2009, and that didn't work either - I found it difficult to locate the current state of the art for bzr -> hg migration because of all the dead forks laying around. So I'm guessing that your link above (a) is the current best option for bzr -> hg, and (b) would have worked, if I'd tried it. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
