Rev 20: Update README to match bzr 0.15 support. in file:///home/robertc/source/baz/plugins/email/trunk/

Robert Collins robertc at robertcollins.net
Tue Feb 6 02:51:52 GMT 2007


------------------------------------------------------------
revno: 20
revision-id: robertc at robertcollins.net-20070206025151-gvlw8htci65ptwjf
parent: robertc at robertcollins.net-20070206024644-q5fn0kosfvfr78m0
committer: Robert Collins <robertc at robertcollins.net>
branch nick: trunk
timestamp: Tue 2007-02-06 13:51:51 +1100
message:
  Update README to match bzr 0.15 support.
modified:
  README                         README-20051018071212-c081f89570802202
=== modified file 'README'
--- a/README	2006-12-01 04:59:37 +0000
+++ b/README	2007-02-06 02:51:51 +0000
@@ -1,10 +1,13 @@
 This is a plugin to implement post commmit emails for bzr.
-This should eventually automatically activate if an email
-address is set, and should allow format specifiers too.
-
-Until then, it is activated by setting 
+This should eventually allow format specifiers.
+
+The plugin is activated by installing it (check it out to
+~/.bazaar/plugins/email - 'ls ~/.bazaar/plugins/email/__init__.py' should list
+a file), and then configure an address to send to as listed below.
+
+NB: If you are using a bzr release from before 0.15, you need to manually tell
+bzr about the commit action, by setting
 post_commit=bzrlib.plugins.email.post_commit in bazaar.conf or locations.conf.
-The plugin must be installed as "email" (i.e. ~/.bazaar/plugins/email/).
 
 The address to sent to is read from 'post_commit_to' and the address to send
 from from 'post_commit_sender'.



More information about the bazaar-commits mailing list