GUI plugin for post-commit email notification

Asked by Randal Haddox

I would like to get a recommendation for a plugin that permits a GUI-equivalent to the standard text-based post commit e-mail notification message. The plugin would look like the SVN notify message shown below:

--
Subject: [6] trunk: Update the model as follows:

Revision
    6
Author
    username
Date
    2011-04-08 14:23:44 -0500 (Fri, 08 Apr 2011)

Log Message

Update the model as follows:

1) Adjusted to yield a median range.
2) The model was upgraded according to suggestions to include:
    a) Edge of the FOV.
    b) Add a max angle reported of 14.5 deg
3) Choose to guide during terminal.
4) Use existing acceleration limiting code.

Modified Paths

    * trunk/data/G.dat
    * trunk/data/S.dat
    * trunk/S.inc
    * trunk/d.F
    * trunk/g.F

Added Paths

    * trunk/data/g.dat
    * trunk/data/n.dat

Removed Paths

    * trunk/data/z.dat
--

Thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Martin Pool (mbp) said :
#1

Hi Randal,

What do you mean by "GUI" in this context? A GUI to configure sending mail?

Revision history for this message
Martin Pool (mbp) said :
#2

There are two plugins you can use to send email when commits are made in bzr.

1- <https://launchpad.net/bzr-email> bzr-email needs to be installed on every client, and it will send mail when commits are made, even before they are pushed to a central server

2- <https://launchpad.net/bzr-hookless-email> only needs to be installed on the central server and sends mail when new commits are pushed there.

If you need more information please just ask.

Revision history for this message
Martin Pool (mbp) said :
#3

> The current setup we use for e-mail notification is text-based. Are your suggestions html-based?

These both send text-based email.

Can you help with this problem?

Provide an answer of your own, or ask Randal Haddox for more information if necessary.

To post a message you must log in.