Comment 1 for bug 498063

Revision history for this message
Dimitri John Ledkov (xnox) wrote : Re: Redonfiguring lp branch (which is used as --stacked-on by other branches) to be --stacked-on to something else ruins it.

Ok after some testing I believe it is impossible to restack any lp branch onto another lp branch.

eg if you run

$bzr reconfigure lp:~someone/project/branch --stacked-on bzr+ssh://bazaar.launchpad.net/~someoneelse/project/other

then

$bzr info lp:~someone/project/branch
<tratatata>
Related branches:
stacked on: ../../~someoneelse/project/other

This is not recongnised by launchpad as a valid brach (Branch has errors)

Where the correct result should be:

$bzr info lp:~someone/project/branch
<tratatata>
stacked on: bzr+ssh://bazaar.launchpad.net/~someoneelse/project/other

Basicly bazaar did url expansion to local directory on launchpad, when it shouldn't have since it's hosted branch.