remote-bzr: fix branch names
commit42b48ef25d8c77f839d4a2d4cec9b65379ece63e
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 1 May 2013 01:10:02 +0000 (30 20:10 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 May 2013 05:06:47 +0000 (30 22:06 -0700)
tree60fb134529ad20ee89f629bb72e66fe695f96d09
parent95b0c60831148ca929e31b214ab3d29537ba20c9
remote-bzr: fix branch names

When branches have '/' in their name (aka. sub-branches), bazaar seems
to choke while creating the new directory.

Also, git cannot have both 'foo' and 'foo/bar'.

So let's replace slashes with a plus sign.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/git-remote-bzr