Merge lp:~rockstar/launchpad/no-recipe-dupes into lp:launchpad
Proposed by
Paul Hummer
on 2010-05-27
| Status: | Merged |
|---|---|
| Approved by: | Curtis Hovey on 2010-05-27 |
| Approved revision: | no longer in the source branch. |
| Merge reported by: | Paul Hummer |
| Merged at revision: | not available |
| Proposed branch: | lp:~rockstar/launchpad/no-recipe-dupes |
| Merge into: | lp:launchpad |
| Diff against target: |
111 lines (+60/-0) 5 files modified
lib/lp/code/browser/sourcepackagerecipe.py (+7/-0) lib/lp/code/browser/tests/test_sourcepackagerecipe.py (+25/-0) lib/lp/code/interfaces/sourcepackagerecipe.py (+3/-0) lib/lp/code/model/sourcepackagerecipe.py (+13/-0) lib/lp/code/model/tests/test_sourcepackagerecipe.py (+12/-0) |
| To merge this branch: | bzr merge lp:~rockstar/launchpad/no-recipe-dupes |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Curtis Hovey (community) | rc + code | 2010-05-27 | Approve on 2010-05-27 |
|
Review via email:
|
|||
Description of the Change
This branch makes it so that the UI can't create a recipe owned by the same person with the same name. There's a database patch to go along with this.
To post a comment you must log in.

Thanks for reworking the implementation and providing the extra test.