How to contribute a fix to bazaar, as light weight as possible

Asked by Craig Hewetson

I would like to contribute a fix for a bug in bazaar. I do not want to do a full branch because it takes a heck of a lot of bandwidth. I really just want to make my changes to the latest revision.

Is there an option to do a light weight branch, ie only get TIP and make my change and push it to a registered branch on launchpad.

Or do I have to use light weight checkout, unbind and push to a registered branch? This didn't work for me on the current bzr trunk. (unbinding my local checkout)

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Craig Hewetson
Solved:
Last query:
Last reply:
Revision history for this message
Craig Hewetson (craighewetson-deactivatedaccount) said :
#1

Seems that Stacked Branch will be the answer here.
http://bazaar-vcs.org/StackedBranch?highlight=(stacked)|(branch)

The documentation doesn't really specify how many revisions get branched in a stack branch