~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2016-01-15 09:21:49 UTC
  • mfrom: (6606.2.1 autodoc-unicode)
  • Revision ID: pqm@pqm.ubuntu.com-20160115092149-z5f4sfq3jvaz0enb
(vila) Fix autodoc runner when LANG=C. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
Bzr will scan ``~/.bazaar/plugins``  and ``bzrlib/plugins`` for plugins
44
44
by default.  You can override this with  ``BZR_PLUGIN_PATH``
45
 
(see `User Reference <../user-reference/bzr_man.html#bzr-plugin-path>`_
46
 
for details).
 
45
(see `User Reference 
 
46
<../user-reference/configuration-help.html#bzr-plugin-path>`_ for details).
47
47
 
48
48
Plugins may be either modules or packages.  If your plugin is a single
49
49
file, you can structure it as a module.  If it has multiple files, or if