~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-03-16 14:15:06 UTC
  • mfrom: (6503.3.1 typo-fix)
  • Revision ID: pqm@pqm.ubuntu.com-20120316141506-30gdc3wkbgmwkdus
(jelmer) Fix a typo: extention -> extension. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
Where to find plugins
29
29
---------------------
30
30
 
31
 
We keep our list of plugins on the http://bazaar-vcs.org/BzrPlugins page.
 
31
We keep our list of plugins on the http://wiki.bazaar.canonical.com/BzrPlugins page.
32
32
 
33
33
How to install a plugin
34
34
-----------------------
35
35
 
36
36
Installing a plugin is very easy! If not already created, create a
37
37
``plugins`` directory under your Bazaar configuration directory,
38
 
``~/.bazaar/`` on Linux and
 
38
``~/.bazaar/`` on Unix and
39
39
``C:\Documents and Settings\<username>\Application Data\Bazaar\2.0\``
40
40
on Windows. Within this directory (referred to as $BZR_HOME below),
41
41
each plugin is placed in its own subdirectory.
42
42
 
43
43
Plugins work particularly well with Bazaar branches. For example, to
44
 
install the bzrtools plugins for your main user account on Linux,
 
44
install the bzrtools plugins for your main user account on GNU/Linux,
45
45
one can perform the following::
46
46
 
47
47
    bzr branch http://panoramicfeedback.com/opensource/bzr/bzrtools
59
59
If you have the necessary permissions, plugins can also be installed on a
60
60
system-wide basis.  One can additionally override the personal plugins
61
61
location by setting the environment variable ``BZR_PLUGIN_PATH`` (see `User
62
 
Reference <../user-reference/bzr_man.html#bzr-plugin-path>`_ for a detailed
63
 
explanation).
 
62
Reference <../user-reference/configuration-help.html#bzr-plugin-path>`_ 
 
63
for a detailed explanation).
64
64
 
65
65
Listing the installed plugins
66
66
-----------------------------