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.
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.