remote-bzr: fix prefix of tags
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 15 Apr 2013 21:47:28 +0000 (16:47 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2013 23:08:40 +0000 (16:08 -0700)
In the current transport-helper code, refs without namespaced refspecs don't
work correctly, so let's always use them.

Some people reported issues with 'git clone --mirror', and this fixes them, as
well as possibly others.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found