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.
bzr-gtk is a plugin for Bazaar that aims to provide GTK+ interfaces
to most Bazaar operations.
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 Bazaar pipeline plugin helps you organize your changes into
sections called "pipes". Pipelines can help you:
* focus on each set of changes as a coherent piece, without being
distracted by other sets of changes.
* respect diff size limits when submitting changes
* avoid reviewer fatigue when submitting changes for code review
* maintain a set of patches against an upstream branch
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.