7
BzrTools is a collection of useful enhancements to Breezy.
8
For installation instructions, see the BzrTools home page:
9
http://wiki.bazaar.canonical.com/BzrTools.
10
Here is a sample of the frequently used commands it provides.
16
``brz shell`` starts up a command interpreter than understands
17
Breezy commands natively. This has several advantages:
19
* There's no need to type ``brz`` at the front of every command.
21
* Intelligent auto-completion is provided.
23
* Commands run slightly faster as there's no need to load Breezy's
30
``brz cdiff`` provides a colored version of ``brz diff`` output.
31
On GNU/Linux, UNIX and OS X, this is often used like this::