Merge lp:~lifeless/launchpad/prejoin into lp:launchpad
Proposed by
Robert Collins
on 2010-10-31
| Status: | Merged |
|---|---|
| Approved by: | Robert Collins on 2010-11-19 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 11956 |
| Proposed branch: | lp:~lifeless/launchpad/prejoin |
| Merge into: | lp:launchpad |
| Diff against target: |
455 lines (+30/-259) 7 files modified
lib/lp/code/model/branch.py (+6/-3) lib/lp/registry/model/product.py (+4/-2) lib/lp/services/database/configure.zcml (+0/-4) lib/lp/services/database/prejoin.py (+0/-118) lib/lp/services/database/tests/test_prejoin.py (+0/-118) lib/lp/translations/model/potemplate.py (+7/-3) lib/lp/translations/model/translationgroup.py (+13/-11) |
| To merge this branch: | bzr merge lp:~lifeless/launchpad/prejoin |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Jonathan Lange (community) | 2010-10-31 | Approve on 2010-10-31 | |
|
Review via email:
|
|||
Commit Message
Replace lp.services.
Description of the Change
Delete unused code.
To post a comment you must log in.
| Robert Collins (lifeless) wrote : | # |
Bah, my grep was not powerful enough. Theres at least 'a' user. Will investigate.
| Robert Collins (lifeless) wrote : | # |
The 'extra' logic was used in one call site - to return a slice. We can, if we want, add it to DRS eventually - but for now lambda x:x[slice(0,3)] should do the job.

I guess this isn't actually used anywhere, so my one qualm – that this is not a duplicate of DecoratedResultSet but instead a near-duplicate with extra logic – is not valid.