feature request: export with bug fixes in commit message
Bug #1606973 reported by
Scott Moser
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Fast Import |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
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.
Other people have gone looking for such solutions such as http://
Changed in bzr-fastimport: | |
status: | New → Confirmed |
To post a comment you must log in.
I'm attaching a local fix, not really useful generally, but sufficient for my need.