lp://staging/~matthieu-moy/bzr-email/command
The post_commit hook is a good method to send the emails, but sometimes, one may want to send the mail manually (typically, send the last few patches after configuring the email adress, or decide to send the commit notification only after testing a commit for some time, ...).
This branch adds a "email-
It's an operational draft. It does huge ugly cut-and paste from log.py.
- Get this branch:
- bzr branch lp://staging/~matthieu-moy/bzr-email/command
Branch merges
Branch information
- Location:
- http://www-verimag.imag.fr/~moy/bzr/email/command
- Last mirrored:
- Next mirror:
- Disabled
Updating branch...
Launchpad is processing new changes to this branch which will be available in a few minutes. Reload to see the changes.
Recent revisions
- 15. By Matthieu Moy
-
Allow post_commit_url user-option + minor improvements.
* User-option 'post_commit_url' is used instead of actual URL if it exists.
* Don't try to send the mail if the addresses have not been set
* Use revision.
get_summary( ) instead of spliting the message.