[PATCH 0/3] New remote-bzr remote helper
From: Felipe Contreras <hidden>
Date: 2016-06-15 22:55:11
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