~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/plugins.txt

  • Committer: Alexander Belchenko
  • Date: 2006-07-30 06:52:39 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060730065239-03b4ac02d9f56202
branding: change Bazaar-NG to Bazaar

Show diffs side-by-side

added added

removed removed

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