~bzr-pqm/bzr/bzr.dev

3416.1.1 by Ian Clatworthy
new structure and initial content for closing chapters
1
BzrTools
2
========
3
4
Overview
5
--------
6
7
BzrTools is a collection of useful enhancements to Bazaar.
3423.1.3 by Ian Clatworthy
incorporate feedback from Neil Martinsen-Burrell
8
For installation instructions, see the BzrTools home page:
5050.22.1 by John Arbash Meinel
Lots of documentation updates.
9
http://wiki.bazaar.canonical.com/BzrTools.
3416.1.1 by Ian Clatworthy
new structure and initial content for closing chapters
10
Here is a sample of the frequently used commands it provides.
11
12
13
shell
14
-----
15
16
``bzr shell`` starts up a command interpreter than understands
17
Bazaar commands natively. This has several advantages:
18
19
 * There's no need to type ``bzr`` at the front of every command.
20
21
 * Intelligent auto-completion is provided.
22
23
 * Commands run slightly faster as there's no need to load Bazaar's
24
   libraries each time.
25
26
27
cdiff
28
-----
29
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::
32
33
  bzr cdiff | less -R