~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-31 13:36:59 UTC
  • mfrom: (6613.1.5 1538480-match-hostname)
  • Revision ID: pqm@pqm.ubuntu.com-20160131133659-ouy92ee2wlv9xz8m
(vila) Use ssl.match_hostname instead of our own. (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