/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: 2019-02-03 23:43:20 UTC
  • mfrom: (7267 work)
  • mto: This revision was merged to the branch mainline in revision 7268.
  • Revision ID: jelmer@jelmer.uk-20190203234320-zbquyl9973hbujnb
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
BzrTools
2
 
========
3
 
 
4
 
Overview
5
 
--------
6
 
 
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.
11
 
 
12
 
 
13
 
shell
14
 
-----
15
 
 
16
 
``brz shell`` starts up a command interpreter than understands
17
 
Breezy commands natively. This has several advantages:
18
 
 
19
 
 * There's no need to type ``brz`` 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 Breezy's
24
 
   libraries each time.
25
 
 
26
 
 
27
 
cdiff
28
 
-----
29
 
 
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::
32
 
 
33
 
  brz cdiff | less -R