Open dscho opened 12 years ago
Using the remote helper infrastructure, providing a git-remote-bzr should be relatively easy. That way, putting git-remote-bzr into the PATH would allow git clone bzr:... work out of the box, as well as git fetch and git push in the checkout.
git clone bzr:...
git fetch
git push
Oo, neato, i'll look into this when i get a chance
For reference, bzr-git has one https://bazaar.launchpad.net/~bzr-git/bzr-git/trunk/view/head:/git-remote-bzr https://bazaar.launchpad.net/~bzr-git/bzr-git/trunk/view/head:/git_remote_helper.py
Using the remote helper infrastructure, providing a git-remote-bzr should be relatively easy. That way, putting git-remote-bzr into the PATH would allow
git clone bzr:...
work out of the box, as well asgit fetch
andgit push
in the checkout.