Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 27647990744ebd9cfe32398f37f67e20 > files > 2745

bzr-2.6.0-11.1.mga5.i586.rpm

BzrTools
========

Overview
--------

BzrTools is a collection of useful enhancements to Bazaar.
For installation instructions, see the BzrTools home page:
http://wiki.bazaar.canonical.com/BzrTools.
Here is a sample of the frequently used commands it provides.


shell
-----

``bzr shell`` starts up a command interpreter than understands
Bazaar commands natively. This has several advantages:

 * There's no need to type ``bzr`` at the front of every command.

 * Intelligent auto-completion is provided.

 * Commands run slightly faster as there's no need to load Bazaar's
   libraries each time.


cdiff
-----

``bzr cdiff`` provides a colored version of ``bzr diff`` output.
On GNU/Linux, UNIX and OS X, this is often used like this::

  bzr cdiff | less -R