I have a trunk branch "A", and a testing branch "B". "B" is branched from "A".
Now I want to merge "B" into "A", and did a "bzr merge -pull ${HOME}/B" under "A". Then I realize that if now I do a "bzr info" under "A", I will find a new "submit branch B". This sounds bad to me because all the committed changes in "A" will go to "B".
So my question is: 1. Is "bzr merge -pull ${HOME}/B" under "A" a good way to do what I want? 2. How to remove the "submit branch B" under "A"?