Merge lp:~stevenk/launchpad/bugs-information_type-mail into lp:launchpad
Proposed by
Steve Kowalik
on 2012-05-03
| Status: | Merged |
|---|---|
| Approved by: | William Grant on 2012-05-04 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 15201 |
| Proposed branch: | lp:~stevenk/launchpad/bugs-information_type-mail |
| Merge into: | lp:launchpad |
| Diff against target: |
148 lines (+96/-0) 3 files modified
lib/lp/bugs/mail/commands.py (+26/-0) lib/lp/bugs/mail/tests/test_commands.py (+52/-0) lib/lp/bugs/mail/tests/test_handler.py (+18/-0) |
| To merge this branch: | bzr merge lp:~stevenk/launchpad/bugs-information_type-mail |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2012-05-03 | Approve on 2012-05-04 |
|
Review via email:
|
|||
Commit Message
Add support for an 'informationtype' mail command.
Description of the Change
Add support for an 'informationtype' mail command. I have not touched the existing private and security commands, or their tests. I have also not implemented warning of deprecation for either of them, since that requires a little more investigation.
As it stands, I accept the lowercased names of the InformationType enum, which is the same behaviour as 'status'. I have explicitly forbidden Proprietary for the moment, since the rules around when to allow it are still ... mushy.
To post a comment you must log in.
review:
Approve
(code)
