~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/plugins.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-01 20:07:49 UTC
  • mfrom: (1711.2.112 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060801200749-e0bd496331bb4d2b
(bialix) Create a nice win32 installer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==============
 
2
Bazaar plugins
 
3
==============
 
4
 
 
5
Information on how to use plugins in Bazaar.
 
6
 
1
7
What is a Plugin
2
8
================
3
 
A plugin is an external component for Bazaar-NG that is typically made by
4
 
third parties. A plugin is capable of augmenting Bazaar-NG by adding or
5
 
replacing new or current functionality in Bazaar-NG. Plugins often work as
6
 
a way for developers to test new features for Bazaar-NG prior to inclusion
 
9
A plugin is an external component for Bazaar that is typically made by
 
10
third parties. A plugin is capable of augmenting Bazaar by adding or
 
11
replacing new or current functionality in Bazaar. Plugins often work as
 
12
a way for developers to test new features for Bazaar prior to inclusion
7
13
in the official codebase. Plugins can do a variety of things, including
8
14
overriding commands, adding new commands, providing additional network
9
15
transports, customizing log output. The sky is the limit for the
56
62
installation of a plugin can be checked by running **bzr plugins** at
57
63
any time. New commands can be seen by running **bzr help commands**.
58
64
 
59
 
Plugins work particularly well with Bazaar-NG branches. For example, to
 
65
Plugins work particularly well with Bazaar branches. For example, to
60
66
install the bzrtools plugins for your main user account, one can perform
61
67
the following:: 
62
68