~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin Pool
  • Date: 2010-04-01 04:41:18 UTC
  • mto: This revision was merged to the branch mainline in revision 5128.
  • Revision ID: mbp@sourcefrog.net-20100401044118-shyctqc02ob08ngz
ignore .testrepository

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
---------