bzr fast-export git fast-import

Had to convert a bzr branch from bzr to git.

And wow, so easy with fast-export and fast-import.

After a git init it was as easy as typing

bzr fast-export | git fast-import

Done.

Ofc, I had to switch to linux to do it nice & easy.

bzr fast-export is available in the repos.