[ANN] bzr-colo 0.0.2 released

Neil Martinsen-Burrell nmb at wartburg.edu
Fri Feb 19 16:17:39 GMT 2010


I, along with some kind bug reporters and contributors, am pleased to
announce the 0.0.2 release of bzr-colo, a Bazaar plugin for working with
colocated branches using existing technology.  This release fixes bugs
from the initial release, adds two GUI commands for interacting with
colocated branches, adds support for Bazaar Explorer and renames the
colo-clone command to colo-checkout.

Compatibility Changes
---------------------

* The colo-clone command was renamed colo-checkout, with a short alias
  of colo-co. The --create option is now available as -b. (Alexander
  Belchenko)

* colo-prune now has an alias of colo-delete. qprune has a similar
  alias of qdelete.

Improvements
------------

* Define two graphical commands for dealing with colocated branches.
  ``qbranches`` lists the existing colocated branches and ``qprune``
  allows for deleting colocated branches

* Add support for Bazaar Explorer toolsets for dealing with colocated
  branches.

* Support hierarchical branch names such as "bugs/1234" with a
  separator of "/". These branches are stored in subdirectories of
  .bzr/branches. (Alexander Belchenko)

* Add a colo-fixup command for the situation where colocated workspaces
  have been moved on disk.

Bug Fixes
---------

* Improve lazy loading. (Alexander Belchenko)

* List aliases inside each command. (Alexander Belchenko)

* Improve the error message when using colo: outside of a colocated
  workspace.(#517522, Neil Martinsen-Burrell)

* Document the dependency on recent versions of bzr and qbzr.



More information about the bazaar mailing list