/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/developers/plugin-api.txt

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-18 20:27:20 UTC
  • mfrom: (7195.2.3 even-more-documentation-fixes)
  • Revision ID: breezy.the.bot@gmail.com-20181118202720-7vxbm7b5lyxl90mx
Fix more documentation issues: API index, Bazaar=>Breezy.

Merged from https://code.launchpad.net/~jelmer/brz/even-more-documentation-fixes/+merge/358965

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
=====================
32
32
 
33
33
Plugins are Python modules under ``breezy.plugins``. They can be installed
34
 
either into the PYTHONPATH in that location, or in ~/.bazaar/plugins.
 
34
either into the PYTHONPATH in that location, or in ~/.config/breezy/plugins.
35
35
 
36
36
Plugins should have a setup.py.
37
37
 
45
45
Plugins can export a summary of what they provide, and what versions of breezy
46
46
they are compatible with. This allows tools to be written to work with plugins,
47
47
such as to generate a directory of plugins, or install them via a
48
 
symlink/checkout to ~/.bazaar/plugins.
 
48
symlink/checkout to ~/.config/breezy/plugins.
49
49
 
50
50
This interface allows Breezy to interrogate a plugin without actually loading
51
51
it. This is useful because loading a plugin may have side effects such