Can't delete branches with other branches in subdirectories

Bug #772891 reported by Neil Martinsen-Burrell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
bzr-colo
Confirmed
Wishlist
Unassigned

Bug Description

It would be nice to do the right thing with branches that have other branches in subdirectories. For example, this should work:

$ bzr colo-init
$ bzr colo-branch origin
$ bzr colo-branch origin/trunk
$ bzr colo-prune origin
$ bzr colo-branches
  origin/trunk
* trunk

Revision history for this message
Neil Martinsen-Burrell (nmb) wrote :

As a workaround:

$ bzr colo-mv origin/trunk some_other_name
$ bzr colo-prune origin
$ bzr colo-mv some_other_name origin/trunk

Works, but is painful if you have lots of subdirectories

Changed in bzr-colo:
status: New → Confirmed
importance: Undecided → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.