Comment 7 for bug 210142

Revision history for this message
Mark Crocker (mcrocker) wrote :

I did figure out how to hack Bazaar to let me commit my changes with a prepended tracker issue ID. Basically, I just hacked plugins/svn/push.py, line 162 of Bazaar 2.3.0 to prepend "ID-123: " to each commit.

This is nasty little hack, but it worked well enough to allow me to push the entire history to our repository. I'm not going to bother to figure out how to make a switch to provide an option for this because I think it could have some unintended consequences if used on a large scale, especially for merging back down from such a hacked repo. So, I just added this note for prosperity in the off chance that it may help somebody else.