/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.171.27 by Robert Collins
Documentation overhaul.
1
This is a plugin which implements post commmit emails for bzr.
2
3
The plugin is activated by:
4
 - installing it
5
 - configuring an address to send emails to (see ``bzr help email``).
6
7
Installation
8
------------
9
10
The simplest way to install it for a single user is to do 
11
``bzr checkout https://launchpad.net/bzr-email ~/.bazaar/plugins/email``.
12
13
If you need to install it system wide, or are packing the plugin for non-source
14
distribution (e.g. as a .deb or .rpm) then there is a setup.py file that should
15
do the right thing when called with the values you use elsewhere when
16
installing python softare.
17
18
After installing it you can use 'bzr help email' for documentation (for bzr >=
19
0.16), or read the docstring at the top of __init__.py (for bzr < 0.16)
20
21
TODO
22
----
23
24
 - support format specifiers / email templates.
25
0.171.30 by Robert Collins
Provide a feedback/contact address.
26
Feedback/Contributions
27
----------------------
28
29
Feedback and contributions should be sent to the Bazaar mailing list:
30
bazaar@lists.canonical.com.