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

Chris Halse Rogers raof at ubuntu.com
Fri Jun 1 05:09:06 UTC 2012


Hello Jelmer, or anyone else affected,

Accepted bzr into precise-proposed. The package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: bzr (Ubuntu Precise)
       Status: In Progress => Fix Committed

** Tags added: verification-needed

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