Comment 3 for bug 502821

Revision history for this message
Cory Dodt (corydodt) wrote :

and done.

I don't have a clue about bzr, so I tried to use stacked branches but I don't know if i succeeded. What I ended up doing was:

bzr branch lp:txgenshi txGenshi

bzr branch txGenshi txGenshi-502820
(apply some changes with bzr patch/bzr commit)
bzr push --stacked-on=lp:txgenshi lp:~corydodt/txgenshi/502820

bzr branch txGenshi-502820 txGenshi-502823
(apply changes, commit)
bzr push --stacked-on=bzr+ssh://bazaar.launchpad.net/~corydodt/txgenshi/502820/ lp:~corydodt/txgenshi/502823
# ^^ for some reason lp:~corydodt... did not work there.

bzr branch txGenshi-502823 txGenshi-502821
(apply changes, commit)
bzr push --stacked-on=bzr+ssh://bazaar.launchpad.net/~corydodt/txgenshi/502823/ lp:~corydodt/txgenshi/502821

I got some branch format/repository format errors there so I don't know if any of that worked, if those branches are stacked correctly, or even precisely what stacking is supposed to do. :-) Let me know if there's anything I need to fix.