[Bug 920653] Re: "bzr rmbranch" doesn't handle colocated branches
Launchpad Bug Tracker
920653 at bugs.launchpad.net
Tue Jun 26 14:35:25 UTC 2012
This bug was fixed in the package bzr - 2.5.1-0ubuntu1
---------------
bzr (2.5.1-0ubuntu1) precise-proposed; urgency=low
* New upstream release.
+ Fixes handling of colocated branches in `bzr rmbranch`. LP: #920653
+ rmbranch now refuses to remove active branch. LP: #922953
+ Connecting with HTTPS via HTTP correctly uses host name of destination
rather than that of proxy. LP: #944696
+ No longer requires tty when GPG signing commits. LP: #847388
+ Fixes unicode erorrs when translated progress task messages
contain non-ascii text. LP: #966934
+ Fixes display of help for configuration options that overlap
with other topics. LP: #941672
* Drop 06_spurious_test_failure: applied upstream.
-- Jelmer Vernooij <jelmer at debian.org> Mon, 28 May 2012 13:36:02 +0200
** Changed in: bzr (Ubuntu Precise)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/920653
Title:
"bzr rmbranch" doesn't handle colocated branches
Status in Bazaar Version Control System:
Fix Released
Status in Bazaar 2.5 series:
Fix Released
Status in “bzr” package in Ubuntu:
Fix Released
Status in “bzr” source package in Precise:
Fix Released
Bug description:
Reported by Aaron on the list:
On 12-01-23 10:12 AM, Jelmer Vernooij wrote:
>> It actually just seems to be in the 2.5 branch at the moment,
>> I'll up-merge that into bzr.dev as well.
With 2.5, it rmbranch appears to delete the wrong branch:
$ alias bzr=~/hacking/bzr/2.5/bzr
$ bzr init --development-colo foo
Created a standalone tree (format: development-colo)
$ cd foo
$ bzr branches
* (default)
$ bzr switch -b first-colo-branch
Tree is up to date at revision 0.
Switched to branch: /home/abentley/launchpad/foo/
$ bzr switch -b second-colo-branch
Tree is up to date at revision 0.
Switched to branch: /home/abentley/launchpad/foo/
$ bzr branches
first-colo-branch
* second-colo-branch
$ bzr switch first-colo-branch
Tree is up to date at revision 0.
Switched to branch: /home/abentley/launchpad/foo/
$ bzr rmbranch second-colo-branch
$ bzr branches
second-colo-branch
To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/920653/+subscriptions
More information about the foundations-bugs
mailing list