Comment 0 for bug 1606973

Revision history for this message
Scott Moser (smoser) wrote :

I am in the process of moving cloud-init from bzr to git.
Like many people I've used 'bzr commit --fixes lp:'.

It would be nice if exporting to git could retain the bug information.
ie:
 bzr fast-export --git-branch=master --plain | git fast-import

This should be somewhat easily done at least for '--fixes lp:'.
I suggest that those should just be converted into LP: #XXX[, #XXX] strings and appended to the commit message.