Merge lp:~intellectronica/launchpad/patch-in-mailnotification into lp:launchpad
Proposed by
Eleanor Berger
on 2010-01-20
| Status: | Merged |
|---|---|
| Merged at revision: | not available |
| Proposed branch: | lp:~intellectronica/launchpad/patch-in-mailnotification |
| Merge into: | lp:launchpad |
| Diff against target: |
149 lines (+72/-6) 5 files modified
lib/lp/bugs/adapters/bugchange.py (+14/-4) lib/lp/bugs/doc/bugattachments.txt (+11/-0) lib/lp/bugs/doc/bugnotification-email.txt (+38/-1) lib/lp/bugs/interfaces/bugattachment.py (+4/-1) lib/lp/bugs/model/bugattachment.py (+5/-0) |
| To merge this branch: | bzr merge lp:~intellectronica/launchpad/patch-in-mailnotification |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Deryck Hodge (community) | code | 2010-01-20 | Approve on 2010-01-20 |
|
Review via email:
|
|||
To post a comment you must log in.
| Eleanor Berger (intellectronica) wrote : | # |
| Deryck Hodge (deryck) wrote : | # |
As discussed IRL, I think we should avoid the conditional expression until we ask about it at the reviewers meeting. Otherwise, r=me. Thanks!
review:
Approve
(code)

This branch changes the the bug notification for added patches, so that it reads 'Patch added' (or removed). To make testing the attachment type easier we added a helper property, is_patch, so that we don't have to import the enumeration and compare. Both changes are tested.