/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-08-23 01:15:41 UTC
  • mfrom: (7520.1.4 merge-3.1)
  • Revision ID: breezy.the.bot@gmail.com-20200823011541-nv0oh7nzaganx2qy
Merge lp:brz/3.1.

Merged from https://code.launchpad.net/~jelmer/brz/merge-3.1/+merge/389690

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