Merge lp://staging/~intellectronica/launchpad/patch-in-mailnotification into lp://staging/launchpad
Proposed by
Eleanor Berger
Status: | Merged |
---|---|
Merged at revision: | not available |
Proposed branch: | lp://staging/~intellectronica/launchpad/patch-in-mailnotification |
Merge into: | lp://staging/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://staging/~intellectronica/launchpad/patch-in-mailnotification |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Deryck Hodge (community) | code | Approve | |
Review via email: mp+17761@code.staging.launchpad.net |
To post a comment you must log in.
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.