/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2020-08-22 22:46:24 UTC
  • mfrom: (7490.40.105 work)
  • mto: This revision was merged to the branch mainline in revision 7521.
  • Revision ID: jelmer@jelmer.uk-20200822224624-om4a4idsr7cn8jew
merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
``plugins`` directory under your Breezy configuration directory,
38
38
``~/.config/breezy/`` on Unix and
39
39
``C:\Documents and Settings\<username>\Application Data\Breezy\2.0\``
40
 
on Windows. Within this directory (referred to as $BZR_HOME below),
 
40
on Windows. Within this directory (referred to as $BRZ_HOME below),
41
41
each plugin is placed in its own subdirectory.
42
42
 
43
43
Plugins work particularly well with Breezy branches. For example, to
50
50
When installing plugins, the directories that you install them in must
51
51
be valid python identifiers. This means that they can only contain
52
52
certain characters, notably they cannot contain hyphens (``-``). Rather
53
 
than installing ``brz-gtk`` to ``$BZR_HOME/plugins/brz-gtk``, install it
54
 
to ``$BZR_HOME/plugins/gtk``.
 
53
than installing ``brz-gtk`` to ``$BRZ_HOME/plugins/brz-gtk``, install it
 
54
to ``$BRZ_HOME/plugins/gtk``.
55
55
 
56
56
Alternative plugin locations
57
57
----------------------------
58
58
 
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
 
location by setting the environment variable ``BZR_PLUGIN_PATH`` (see `User
 
61
location by setting the environment variable ``BRZ_PLUGIN_PATH`` (see `User
62
62
Reference <../user-reference/configuration-help.html#brz-plugin-path>`_ 
63
63
for a detailed explanation).
64
64