From: Felipe Contreras <felipe.contreras@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>, Jeff King <peff@peff.net>,
Johannes Schindelin <Johannes.Schindelin@gmx.de>,
Felipe Contreras <felipe.contreras@gmail.com>
Subject: [PATCH 0/3] New remote-bzr remote helper
Date: Sun, 4 Nov 2012 03:22:00 +0100 [thread overview]
Message-ID: <1351995723-20396-1-git-send-email-felipe.contreras@gmail.com> (raw)
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
next reply other threads:[~2012-11-04 2:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-04 2:22 Felipe Contreras [this message]
2012-11-04 2:22 ` [PATCH 1/3] Add new remote-bzr transport helper Felipe Contreras
2012-11-04 2:22 ` [PATCH 2/3] remote-bzr: add support for pushing Felipe Contreras
2012-11-04 2:22 ` [PATCH 3/3] remote-bzr: add simple tests Felipe Contreras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1351995723-20396-1-git-send-email-felipe.contreras@gmail.com \
--to=felipe.contreras@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=peff@peff.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox