Git development
 help / color / mirror / Atom feed
* [PATCH 0/3] New remote-bzr remote helper
@ 2012-11-04  2:22 Felipe Contreras
  2012-11-04  2:22 ` [PATCH 1/3] Add new remote-bzr transport helper Felipe Contreras
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Felipe Contreras @ 2012-11-04  2:22 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Jeff King, Johannes Schindelin, Felipe Contreras

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-04  2:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04  2:22 [PATCH 0/3] New remote-bzr remote helper Felipe Contreras
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox