at_yasu's blog

ロード的なことを

post mail

commit した時に、メールを投げる設定。

まず、bzr-email プラグインを突っ込みます。

$ bzr co https://launchpad.net/bzr-email ~/.bazaar/plugins/email

次に、locations.conf ないしは、bazaar.conf にメールの設定

[/some/as/prj/dir]
post_commit = bzrlib.plugins.email.post_commit
post_commit_to = example@example.com
smtp_server = smtp.example.com:587
smtp_username = example


参考