/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/user-guide/bzrtools_plugin.txt

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 19:09:26 UTC
  • mfrom: (6622.1.36 breezy)
  • Revision ID: jelmer@jelmer.uk-20170521190926-5vtz8xaf0e9ylrpc
Merge rename to breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Overview
5
5
--------
6
6
 
7
 
BzrTools is a collection of useful enhancements to Bazaar.
 
7
BzrTools is a collection of useful enhancements to Breezy.
8
8
For installation instructions, see the BzrTools home page:
9
9
http://wiki.bazaar.canonical.com/BzrTools.
10
10
Here is a sample of the frequently used commands it provides.
13
13
shell
14
14
-----
15
15
 
16
 
``bzr shell`` starts up a command interpreter than understands
17
 
Bazaar commands natively. This has several advantages:
 
16
``brz shell`` starts up a command interpreter than understands
 
17
Breezy commands natively. This has several advantages:
18
18
 
19
 
 * There's no need to type ``bzr`` at the front of every command.
 
19
 * There's no need to type ``brz`` at the front of every command.
20
20
 
21
21
 * Intelligent auto-completion is provided.
22
22
 
23
 
 * Commands run slightly faster as there's no need to load Bazaar's
 
23
 * Commands run slightly faster as there's no need to load Breezy's
24
24
   libraries each time.
25
25
 
26
26
 
27
27
cdiff
28
28
-----
29
29
 
30
 
``bzr cdiff`` provides a colored version of ``bzr diff`` output.
 
30
``brz cdiff`` provides a colored version of ``brz diff`` output.
31
31
On GNU/Linux, UNIX and OS X, this is often used like this::
32
32
 
33
 
  bzr cdiff | less -R
 
33
  brz cdiff | less -R