[Bug 920653] Re: "bzr rmbranch" doesn't handle colocated branches

Launchpad Bug Tracker 920653 at bugs.launchpad.net
Tue Jun 12 10:21:49 UTC 2012


** Branch linked: lp:ubuntu/bzr

-- 
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 Committed

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