~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2010-07-29 11:17:57 UTC
  • mfrom: (5050.3.17 2.2)
  • mto: This revision was merged to the branch mainline in revision 5365.
  • Revision ID: andrew.bennetts@canonical.com-20100729111757-018h3pcefo7z0dnq
Merge lp:bzr/2.2 into lp:bzr.

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://wiki.bazaar.canonical.com/BzrPlugins page.
 
31
We keep our list of plugins on the http://bazaar-vcs.org/BzrPlugins page.
32
32
 
33
33
How to install a plugin
34
34
-----------------------
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/configuration-help.html#bzr-plugin-path>`_ 
63
 
for a detailed explanation).
 
62
Reference <../user-reference/bzr_man.html#bzr-plugin-path>`_ for a detailed
 
63
explanation).
64
64
 
65
65
Listing the installed plugins
66
66
-----------------------------