> IIRC, I failed to feed revision_id_to_dotted_revno() with the
> information it needed to compute those dotted revision numbers.
Well, it's working fine for me (maybe something was changed internally?) with the simple patch in bug #1695103 [1] (similar to what you proposed in comment #3).
> FWIW, we have built a yet another bzr conversion tool;
> it exports metadata to git notes:
Nice! I was considering that option, but seeing that
a) they are not fetched by default
b) very few GUI frontends for git support git notes (notably neither GitHub nor GitLab, but also SourceTree and others)
I ruled it out as it would result in almost zero visibility of that information.
> IIRC, I failed to feed revision_ id_to_dotted_ revno() with the
> information it needed to compute those dotted revision numbers.
Well, it's working fine for me (maybe something was changed internally?) with the simple patch in bug #1695103 [1] (similar to what you proposed in comment #3).
> FWIW, we have built a yet another bzr conversion tool;
> it exports metadata to git notes:
Nice! I was considering that option, but seeing that
a) they are not fetched by default
b) very few GUI frontends for git support git notes (notably neither GitHub nor GitLab, but also SourceTree and others)
I ruled it out as it would result in almost zero visibility of that information.
[1] https:/ /bugs.launchpad .net/inkscape/ +bug/1695103/ +attachment/ 4887502/ +files/ fast-export. patch