Comment 19 for bug 425630

Revision history for this message
Severin H (severinh) wrote :

You can merge the branch on your own if you want to:

bzr branch lp:lottanzb/0.5 0.5 --stacked (creates a directory 0.5)
cd 0.5
bzr merge ../the_branch_containing_your_bug_fix
bzr commit -m "A nice message."
bzr push