Hi, This is a proof-of-concept remote helper for bzr, that turns out to work rather well. It uses bzr-fastimport[1], which is what most current bzr<->git tools uses, but the quality is not that great. After applying an important fix[2], it works nicely, but you will get tons of verbose messages. Eventually we might want to implement the same functionality as bzr-fastimport, but for now this already works nicely enough. Cheers. [1] http://wiki.bazaar.canonical.com/BzrFastImport [2] https://launchpadlibrarian.net/121967844/bzr-fastimport-no-graph.patch Felipe Contreras (3): Add new remote-bzr transport helper remote-bzr: add support for pushing remote-bzr: add simple tests contrib/remote-helpers/git-remote-bzr | 221 ++++++++++++++++++++++++++++++++++ contrib/remote-helpers/test-bzr.sh | 111 +++++++++++++++++ 2 files changed, 332 insertions(+) create mode 100755 contrib/remote-helpers/git-remote-bzr create mode 100755 contrib/remote-helpers/test-bzr.sh -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html