7
BzrTools is a collection of useful enhancements to Bazaar.
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
``bzr shell`` starts up a command interpreter than understands
17
Bazaar commands natively. This has several advantages:
19
* There's no need to type ``bzr`` at the front of every command.
21
* Intelligent auto-completion is provided.
23
* Commands run slightly faster as there's no need to load Bazaar's
30
``bzr cdiff`` provides a colored version of ``bzr diff`` output.
31
On GNU/Linux, UNIX and OS X, this is often used like this::