~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-06-16 14:33:42 UTC
  • mfrom: (1770.2.1 config)
  • Revision ID: pqm@pqm.ubuntu.com-20060616143342-8f7f4a4f77c1e4c8
Use create_signature for signing policy, deprecate check_signatures for this

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
 
 
7
1
What is a Plugin
8
2
================
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
 
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
13
7
in the official codebase. Plugins can do a variety of things, including
14
8
overriding commands, adding new commands, providing additional network
15
9
transports, customizing log output. The sky is the limit for the
62
56
installation of a plugin can be checked by running **bzr plugins** at
63
57
any time. New commands can be seen by running **bzr help commands**.
64
58
 
65
 
Plugins work particularly well with Bazaar branches. For example, to
 
59
Plugins work particularly well with Bazaar-NG branches. For example, to
66
60
install the bzrtools plugins for your main user account, one can perform
67
61
the following:: 
68
62