send commit log via email
Martin Pool
mbp at sourcefrog.net
Thu Apr 13 04:04:59 BST 2006
On 13/04/2006, at 1:39 AM, Jelmer Vernooij wrote:
> On Wed, 2006-04-12 at 15:05 +0000, Sébastien Mengin wrote:
>> Is there a way to send the commit log via email when commiting
>> changes
>> to a branch ?
>> For example, to keep the mailing list of a project informed of the
>> commits.
> Yes, you would probably want to look at Roberts email_sender plugin at
> http://people.ubuntu.com/~robertc/baz2.0/plugins/email/
To get that, you'll need to
cd ~/.bazaar/plugins
bzr branch http://people.ubuntu.com/~robertc/baz2.0/plugins/email/
trunk
and then put something like this in ~/.bazaar/branches.conf
[/home/mbp/work/bzr/bzr.mbp.*]
post_commit = bzrlib.plugins.email.post_commit
post_commit_to = bazaar-commits at lists.ubuntu.com
--
Martin
More information about the bazaar
mailing list