Merge lp:~rockstar/launchpad/ihasrecipes into lp:launchpad
Proposed by
Paul Hummer
on 2010-04-06
| Status: | Merged |
|---|---|
| Approved by: | Brad Crittenden on 2010-04-06 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | not available |
| Proposed branch: | lp:~rockstar/launchpad/ihasrecipes |
| Merge into: | lp:launchpad |
| Prerequisite: | lp:~abentley/launchpad/recipe-index |
| Diff against target: |
152 lines (+76/-5) 6 files modified
lib/lp/code/configure.zcml (+3/-2) lib/lp/code/interfaces/branch.py (+3/-1) lib/lp/code/interfaces/hasrecipes.py (+19/-0) lib/lp/code/interfaces/sourcepackagerecipe.py (+1/-2) lib/lp/code/model/branch.py (+12/-0) lib/lp/code/model/tests/test_hasrecipes.py (+38/-0) |
| To merge this branch: | bzr merge lp:~rockstar/launchpad/ihasrecipes |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Brad Crittenden (community) | code | 2010-04-06 | Approve on 2010-04-06 |
|
Review via email:
|
|||
Description of the Change
This branch creates an IHasRecipes interface and implements it for IBranch. This is needed for the recipe listing that exist in a followup branch. It's pretty straightforward, and small for a reason.
To post a comment you must log in.

Nice branch Paul. Looks like you have one c-n-p error:
s/test_ branch_ implements_ hasbranches/ test_branch_ implements_ hasrecipes/