Comment 27 for bug 347729

Revision history for this message
Miklos Vajna (vmiklos) wrote : Re: [Bug 347729] Re: git-bzr doesn't work

On Wed, May 19, 2010 at 02:34:58PM -0000, Vasil Dimov <email address hidden> wrote:
> Silex, yes - there is an inconsistency in the bzr export/import parsing of "marks".
> If I do
>
> sed 's/^([0-9]+) /:\1 /'
>
> on /tmp/t/g/.git/bzr-git/b_remote-bzr-map before the last bzr command
> then it works.
>
> The file is created by bzr without leading ":" while on import it
> expects the marks to have leading ":".

In fact it could be whatever, just be consistent. ;)

Though git-fast-import/export uses the ":" prefix, so keeping that in
bzr would be a good idea as well.