~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/admin-guide/hooks-plugins.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-11 04:02:41 UTC
  • mfrom: (5017.2.2 tariff)
  • Revision ID: pqm@pqm.ubuntu.com-20100211040241-w6n021dz0uus341n
(mbp) add import-tariff tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
purposes, as well as for backups and mirroring.
23
23
 
24
24
Information on the whole range of Bazaar plugins is available at
25
 
http://doc.bazaar.canonical.com/plugins/en/.  For purposes of installation,
 
25
http://doc.bazaar-vcs.org/en/plugin-guide.  For purposes of installation,
26
26
plugins are simply python packages.  They can be installed alongside Bazaar in
27
27
the ``bzrlib.plugins`` package using each plugin's ``setup.py``.  They can
28
28
also be installed in the plugin path which is the user's ``~/.bazaar/plugins``
59
59
mail should be sent.  If it isn't set, email is sent via ``/usr/bin/mail``.
60
60
It can also be configured to communicate directly with an SMTP server.
61
61
For more details on configuring this plugin, see
62
 
http://doc.bazaar.canonical.com/plugins/en/email-plugin.html.  As examples,
63
 
consider the following two possible configurations.  A minimal one (uses
 
62
http://doc.bazaar-vcs.org/plugins/en/email-plugin.html.  As examples, consider
 
63
the following two possible configurations.  A minimal one (uses
64
64
``/usr/bin/mail``)
65
65
 
66
66
::
166
166
``branch.atom`` files.
167
167
 
168
168
In addition, there are other tools that are not plugins for creating news
169
 
feeds from Bazaar branches.  See
170
 
http://wiki.bazaar.canonical.com/FeedGenerators for more on those tools.
 
169
feeds from Bazaar branches.  See http://bazaar-vcs.org/FeedGenerators for more
 
170
on those tools.
171
171
 
172
172
Mirroring
173
173
---------