/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2017-06-08 23:30:31 UTC
  • mto: This revision was merged to the branch mainline in revision 6690.
  • Revision ID: jelmer@jelmer.uk-20170608233031-3qavls2o7a1pqllj
Update imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
http://doc.bazaar.canonical.com/plugins/en/.  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
 
also be installed in the plugin path which is the user's
29
 
``~/.config/breezy/plugins`` directory or can be specified with the
30
 
``BZR_PLUGIN_PATH`` environment variable.  See ``bzr help configuration`` for
31
 
more on specifying the location of plugins.
 
28
also be installed in the plugin path which is the user's ``~/.bazaar/plugins``
 
29
directory or can be specified with the ``BZR_PLUGIN_PATH`` environment
 
30
variable.  See ``bzr help configuration`` for more on specifying the location
 
31
of plugins.
32
32
 
33
33
 
34
34
Email Notification
96
96
 
97
97
::
98
98
 
99
 
  $ brz_hookless_email.py --email=projectx-commits@example.com \
 
99
  $ bzr_hookless_email.py --email=projectx-commits@example.com \
100
100
  --recurse /srv/bzr
101
101
 
102
102
email-notifier
143
143
 
144
144
::
145
145
 
146
 
  $ brz-email-notifier.py --config=/srv/bzr/email-notifier.conf /srv/bzr/projectx
 
146
  $ bzr-email-notifier.py --config=/srv/bzr/email-notifier.conf /srv/bzr/projectx
147
147
 
148
148
will watch all branches under the given directory for commits, branch
149
149
creations and branch deletions.