Comment 5 for bug 572960

Revision history for this message
David Graf (davidagraf) wrote :

Hello
I managed to make a workaround. It seems that 'bzr send' took a wrong SUBMIT_BRANCH. I have no clue why, because 'bzr branch' was executed in a feature branch. But after adding the link to the launchpad branch to the 'bzr send' command, I was able to merge the merge-directive afterwards.
Note: I am using the bzr send functionality for a self-implemented patch queue. Programmers of my project create feature branches of a mirror of a launchpad branch, commit into the feature branch, and execute at the an script that sends the merge-directive to the test server. But I just executed 'bzr send' in that script. That doesn't seem to be enough. Now, I execute bzr send with the path to the launchpad branch. I though, that is not necessary. But it seems to be.

Seems that I made a fault. But a better error message would be very helpful.