A "recipe" specifies a number of branches to combine in a certain way. This
plugin will take the recipe and give you the resulting branch.
It also has a command to then build a source package from the resulting branch
and optionally upload it somewhere.
In order to provide a faster and simpler working model, this plugin
tries to support a configuration similar to git and Mercurial's
colocated branches, where there is a single working tree that can
be switched between multiple branches that all co-exist in the same
directory. This working model is entirely possible using Bazaar's
existing technology, and this plugin aims to make it as simple as
possible to use that model.
Bazaar Explorer is a desktop application for using the Bazaar Version Control
System. It provides a high level interface to all commonly used features,
launching "applets" from the QBzr plug-in to provide most of the functionality.
Alternatively, the applets from the bzr-gtk plug-in can be used if it is
installed.
This is a plugin for bzr. Using hooks, this plugin supports external branches
for the following commands:
* branch
* checkout
* commit
* pull
* push
* update
Bazaar Fast Import is a plugin providing fast loading of revision control data
into Bazaar. It is designed to be used in combination with front-end programs
that generate a command/data stream for it to process. Front-ends are available
for a wide range of foreign VCS tools including Subversion, CVS, Git,
Mercurial, Darcs and Perforce. New front-ends are easy to develop in whatever
programming language you prefer, making Bazaar Fast Import useful for teams
needing a custom migration solution.
bzr-git is a plugin for bzr to work with git trees. All operations except for
"push" are supported.
Loom is a Bazaar plugin to assist in developing focused patches. It adds a
'loom' to a bzr branch. A loom allows the development of multiple patches at
once, while still giving each patch a branch of its own.
The Abstract Large File (ALF) project is a portable library for writing files
that can be larger than 2GB or contain holes on systems that don't natively
support one or both properties.
Plugin for Bazaar that provides various ways of rewriting existing
revisions, including a rebase command similar to git's rebase.
Simple statistics plugin for Bazaar. At the moment it can display
statistics about the committers that have contributed to a project.