Merge lp:~jml/launchpad/remove-product-branch-portlet into lp:launchpad/db-devel
Proposed by
Jonathan Lange
on 2010-07-09
| Status: | Merged |
|---|---|
| Approved by: | Robert Collins on 2010-07-09 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 9524 |
| Proposed branch: | lp:~jml/launchpad/remove-product-branch-portlet |
| Merge into: | lp:launchpad/db-devel |
| Diff against target: |
218 lines (+0/-125) 8 files modified
lib/lp/code/browser/configure.zcml (+0/-11) lib/lp/code/interfaces/branch.py (+0/-17) lib/lp/code/model/branch.py (+0/-12) lib/lp/code/model/tests/test_branchset.py (+0/-43) lib/lp/code/templates/product-portlet-latestbranches.pt (+0/-30) lib/lp/registry/browser/product.py (+0/-3) lib/lp/registry/interfaces/product.py (+0/-3) lib/lp/registry/model/product.py (+0/-6) |
| To merge this branch: | bzr merge lp:~jml/launchpad/remove-product-branch-portlet |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Robert Collins (community) | 2010-07-09 | Approve on 2010-07-09 | |
|
Review via email:
|
|||
Commit Message
Remove unused branch portlet and code that existed solely to support it.
Description of the Change
I was poking around trying to delete the branch-related sample data across Launchpad and came across the getLatestBranch
AFAICT, it's only used in this one portlet, and I can't find this portlet actually being used anywhere on Launchpad. Maybe I'm looking in the wrong way. In any case, the tests are running now.
Merging against db-devel since that's where I made the branch. It can apply to devel once db-stable has been merged back in.
To post a comment you must log in.
review:
Approve
