Merge lp:~thumper/launchpad/description-change-email into lp:launchpad
Proposed by
Tim Penhey
on 2010-03-09
| Status: | Merged |
|---|---|
| Approved by: | Tim Penhey on 2010-03-09 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 10466 |
| Proposed branch: | lp:~thumper/launchpad/description-change-email |
| Merge into: | lp:launchpad |
| Diff against target: |
97 lines (+15/-4) 5 files modified
.bzrignore (+1/-0) lib/lp/code/adapters/branch.py (+1/-1) lib/lp/code/adapters/tests/test_branch.py (+2/-0) lib/lp/code/interfaces/branchmergeproposal.py (+1/-1) lib/lp/code/mail/tests/test_branchmergeproposal.py (+10/-2) |
| To merge this branch: | bzr merge lp:~thumper/launchpad/description-change-email |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Hudson-Doyle | 2010-03-09 | Approve on 2010-03-09 | |
|
Review via email:
|
|||
Commit Message
Email subscribers when a merge proposal description changes.
Description of the Change
Changing the description on a merge proposal doesn't currently cause an email to be sent.
This branch fixes that issue.
To post a comment you must log in.

After a bit of head scratching to figure out how the mail stuff works, this looks fine to me.