Comment 4 for bug 920653

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

I can confirm that the version in precise-proposed resolves this issue. Successful test case below:

andrew@andrew-laptop:~/Desktop$ bzr init --development-colo foo
Created a standalone tree (format: development-colo)
andrew@andrew-laptop:~/Desktop$ cd foo
andrew@andrew-laptop:~/Desktop/foo$ bzr branches
* (default)
andrew@andrew-laptop:~/Desktop/foo$ bzr switch -b first-colo-branch
Tree is up to date at revision 0.
Switched to branch: /home/andrew/Desktop/foo/
andrew@andrew-laptop:~/Desktop/foo$ bzr switch -b second-colo-branch
Tree is up to date at revision 0.
Switched to branch: /home/andrew/Desktop/foo/
andrew@andrew-laptop:~/Desktop/foo$ bzr branches
  first-colo-branch
* second-colo-branch
andrew@andrew-laptop:~/Desktop/foo$ bzr switch first-colo-branch
Tree is up to date at revision 0.
Switched to branch: /home/andrew/Desktop/foo/
andrew@andrew-laptop:~/Desktop/foo$ bzr rmbranch second-colo-branch
andrew@andrew-laptop:~/Desktop/foo$ bzr branches
* first-colo-branch