Re: Git/Mercurial interoperability (and what about bzr?) (was: Re: [VOTE] git versus mercurial)

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Peter Krefting <peter@...>
Cc: Git Mailing List <git@...>
Date: Tuesday, October 28, 2008 - 11:33 am

On 28 okt 2008, at 15:41, Peter Krefting wrote:


What would you want that the fast-export/imports are lacking? I think  
they are excellent tools to build some integration on.

You might want to look at my git-bzr script (http://github.com/pieter/git-bzr/tree/master 
), which I created so I could use
bazaar branches easily in git. It allows you to fetch a bzr branch,  
merge it in with your local work, and then push it out again:

	git bzr add bzr-branch ~/bazaar/something
	git bzr fetch bzr-branch
	git merge bzr/bzr-branch
	git bzr push bzr-branch

It's quite crude, but it's also only 100 lines or so and does what I  
need. It should also be simple enough to adapt it to also incorporate  
hg. When I needed the bzr integration, I looked into hg as well, but  
there wasn't a hg fast-import yet. If I understand dscho correctly,  
that exists now, so it should be easy enough to integrate that as well.

- Pieter
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[VOTE] git versus mercurial, walt, (Sun Oct 26, 12:28 am)
Re: [VOTE] git versus mercurial, walt, (Tue Oct 28, 8:31 am)
Re: [VOTE] git versus mercurial, Miles Bader, (Wed Oct 29, 4:15 am)
Re: [VOTE] git versus mercurial, Johannes Schindelin, (Tue Oct 28, 10:28 am)
Re: [VOTE] git versus mercurial, Shawn O. Pearce, (Wed Oct 29, 3:11 pm)
Re: [VOTE] git versus mercurial, Boyd Lynn Gerber, (Wed Oct 29, 3:36 pm)
Re: [VOTE] git versus mercurial, Johannes Schindelin, (Wed Oct 29, 3:48 pm)
Re: [VOTE] git versus mercurial, Boyd Lynn Gerber, (Wed Oct 29, 3:51 pm)
Re: Git/Mercurial interoperability (and what about bzr?) (wa..., Pieter de Bie, (Tue Oct 28, 11:33 am)
Re: Git/Mercurial interoperability (and what about bzr?), Florian Weimer, (Sat Nov 1, 4:06 am)
Re: Git/Mercurial interoperability (and what about bzr?), Jakub Narebski, (Sat Nov 1, 6:33 am)
Re: Git/Mercurial interoperability (and what about bzr?), Florian Weimer, (Sat Nov 1, 6:44 am)
Re: Git/Mercurial interoperability (and what about bzr?), Linus Torvalds, (Sat Nov 1, 1:51 pm)
Re: Git/Mercurial interoperability (and what about bzr?), Jakub Narebski, (Sat Nov 1, 8:26 am)
Re: Git/Mercurial interoperability (and what about bzr?), Florian Weimer, (Sat Nov 1, 7:10 am)
Re: Git/Mercurial interoperability (and what about bzr?) (wa..., Johannes Schindelin, (Tue Oct 28, 10:59 am)
Re: Git/Mercurial interoperability (and what about bzr?), Matthieu Moy, (Tue Oct 28, 11:02 am)