Bzrtools is plugin providing a collection of utilities for bzr. Please report bugs on Launchpad.
Tools
Rsync Push
The rspush plugin will push local changes to a remote server using rsync.
See BzrPushExample for an example.
Baz-Import
The baz-import plugin will import an Arch (or Baz) archive or branch into bzr. File-ids and revision ids are converted losslessly, so it should be possible for two imports of the same Arch branch to merge from each other.
Requires PyBaz, which, in turn, requires baz.
PyBaz may be provided by your distribution. To install from source, see the PyBaz Home Page
You can either import a whole archive, e.g. from the archive your@email.addr--2005 by
bzr baz-import bazaar-2005 your@email.addr--2005
or a branch
bzr baz-import-branch project--main--1.0 your@email.addr--2005/project--main--1.0
Shelve/Unshelve
These plugins by Michael Ellerman provide a very fine-grained 'undo' facility (it's done by patch hunk). This allows you to undo some of your changes, commit, and get back to where you were before.
See BzrShelveExample for an example.
Clean-Tree
Remove unknown, ignored-junk, or all unversioned files from the current tree.
Graph-Ancestry
Use dot to produce graphs of branch ancestry.
Shell
Starts up a command interpreter that run bzr natively, providing intelligent autocompletion and really responsive operation.
Patch
Applies a specified patch to your tree. The patch may be a filename or URL.
Downloads and Packages
Packages
CentOS4/RHEL4 RPMs are located at http://www.natemccallum.com/uploads/rpms/bzr/
Bzrtools is in Debian testing, Ubuntu Dapper, Gentoo (~arch), Source Mage GNU/Linux and Mandriva Cooker.
Releases
Version |
Date |
Works with |
Tarball |
Signature |
1.6.0 |
June 5, 2008 |
bzr 1.6.x |
||
1.5.0 |
May 12, 2008 |
bzr 1.5.x |
||
1.4.0 |
April 17, 2008 |
bzr 1.4.x |
||
1.3.0 |
March 18, 2008 |
bzr 1.3.x |
||
1.2.0 |
February 13, 2008 |
bzr 1.2.x |
||
1.1.0 |
January 10, 2008 |
bzr 1.1.x |
||
1.0.0 |
December 1, 2007 |
bzr 1.0.x |
||
0.92.1 |
November 6, 2007 |
bzr 0.92.x |
||
0.92.0 |
November 1, 2007 |
bzr 0.92.x |
||
0.91.0 |
September 11, 2007 |
bzr 0.91.x |
||
0.90.0 |
August 14, 2007 |
bzr 0.90.x |
||
0.18.0 |
July 10, 2007 |
bzr 0.18.x |
||
0.17.1 |
June 12, 2007 |
bzr 0.17.x |
||
0.17.0 |
June 12, 2007 |
bzr 0.17.x |
||
0.16.1 |
May 8, 2007 |
bzr 0.16.x |
||
0.16.0 |
April 27, 2007 |
bzr 0.16.x |
||
0.15.4 |
March 26, 2007 |
bzr 0.15.x |
||
0.15.3 |
March 16, 2007 |
bzr 0.15 RC 2 |
||
0.15.2 |
March 9, 2007 |
bzr 0.15 RC 1 |
||
0.15.1 |
March 7, 2007 |
bzr 0.15 RC 1 |
||
0.15.0 |
March 7, 2007 |
bzr 0.15 RC 1 |
||
0.14.0 |
Jan 17, 2007 |
bzr 0.14.x |
||
0.13.0 |
Nov 27, 2006 |
bzr 0.13.x |
||
0.12.2 |
Oct 30, 2006 |
bzr 0.12.x |
||
0.12.0 |
Oct 25, 2006 |
bzr 0.12.x |
||
0.11.0 |
Sep 25, 2006 |
bzr 0.11.x |
||
0.10.0 |
Aug 28, 2006 |
bzr 0.10.x |
||
0.9.1 |
Aug 15, 2006 |
bzr 0.9.x |
||
0.9.0 |
Aug 11, 2006 |
bzr 0.9.x |
||
0.8.1 |
May 11, 2006 |
bzr 0.8.x |
||
0.8.0 |
May 9, 2006 |
bzr 0.8.x |
||
0.7.0 |
Jan 31, 2006 |
bzr 0.7.x |
||
0.6.1 |
Oct 31, 2005 |
bzr 0.6.x |
|
|
0.6.0 |
Oct 29, 2005 |
bzr 0.6.x |
|
|
0.1.1 |
Oct 15 2005 |
|
|
|
0.1 |
Oct 14 2005 |
|
|
|
Development
The bzrtools development branch is at: http://bazaar.launchpad.net/~abentley/bzrtools/bzrtools.dev
It's meant to be used with the bzr development branch.
