~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(vila) Fix bzrlib.tests.test_gpg.TestVerify.test_verify_revoked_signature
 with recent versions of gpg. (Vincent Ladeuil)

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