Merge lp://qastaging/~allenap/launchpad/refactor-get-email-notifications into lp://qastaging/launchpad
Proposed by
Gavin Panella
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Brad Crittenden | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 11405 | ||||
Proposed branch: | lp://qastaging/~allenap/launchpad/refactor-get-email-notifications | ||||
Merge into: | lp://qastaging/launchpad | ||||
Diff against target: |
411 lines (+274/-60) 2 files modified
lib/lp/bugs/scripts/bugnotification.py (+49/-53) lib/lp/bugs/scripts/tests/test_bugnotification.py (+225/-7) |
||||
To merge this branch: | bzr merge lp://qastaging/~allenap/launchpad/refactor-get-email-notifications | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Brad Crittenden (community) | code | Approve | |
Review via email: mp+32922@code.qastaging.launchpad.net |
Commit message
Refactor get_email_
Description of the change
This refactors the get_email_
To post a comment you must log in.
This is a nice fix Gavin. The new code is much easier to understand than what you're replacing. Thanks.