Hello, Carsten. On Sat, Jul 14, 2012 at 4:33 AM, Carsten Gerlach <daswaldh...@gmx.de> wrote: > I get the error message that the branches have diverged. I think this > is because of the switch to quantal. How do I say my bzr, that my > ubuntu-manual branch is now the precice branch? > > Sure, I could delete my ubuntu-manual, and check out the new quantal > and the previous precise branch, but there is maybe a direct bzr > workflow for that?
I'm not aware of a way to transition between the two repositories, I'm afraid. While you can run 'bzr branch lp:ubuntu-manual' to get the latest branch, I tend to run 'bzr branch lp:ubuntu-manual/quantal' instead so that I get exactly the branch I want. I keep all the old branches checked out as well, since I have to use them to release translated editions of the manuals. So I have a directory tree that looks something like this on my computer: /home/kevin/bzr/ubuntu-manual ├── lucid-e1 ├── lucid-e2 ├── maverick ├── natty ├── oneiric ├── precise ├── quantal ├── style-guide └── website If you're only interested in the latest branch (and you probably are), I'd just delete your current branch and check out the latest branch again. (lp:ubuntu-manual now points to quantal.) --Kevin _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-manual Post to : ubuntu-manual@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-manual More help : https://help.launchpad.net/ListHelp