Merge lp:~thumper/launchpad/move-branch-errors into lp:launchpad
Proposed by
Tim Penhey
on 2010-08-03
| Status: | Merged |
|---|---|
| Approved by: | Tim Penhey on 2010-08-03 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 11286 |
| Proposed branch: | lp:~thumper/launchpad/move-branch-errors |
| Merge into: | lp:launchpad |
| Diff against target: |
305 lines (+60/-63) 11 files modified
lib/canonical/launchpad/browser/launchpad.py (+2/-3) lib/lp/code/errors.py (+36/-3) lib/lp/code/interfaces/branchnamespace.py (+0/-14) lib/lp/code/interfaces/linkedbranch.py (+2/-19) lib/lp/code/model/branchlookup.py (+4/-5) lib/lp/code/model/branchnamespace.py (+2/-2) lib/lp/code/model/tests/test_branchlookup.py (+4/-5) lib/lp/code/model/tests/test_branchnamespace.py (+2/-2) lib/lp/code/xmlrpc/branch.py (+3/-5) lib/lp/code/xmlrpc/codehosting.py (+3/-3) lib/lp/registry/browser/person.py (+2/-2) |
| To merge this branch: | bzr merge lp:~thumper/launchpad/move-branch-errors |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Hudson-Doyle | 2010-08-03 | Approve on 2010-08-03 | |
|
Review via email:
|
|||
Commit Message
Move some more code errors into lp.code.errors.
Description of the Change
Some more simple error moving.
To post a comment you must log in.

Assuming make lint is more or less happy, this looks fine!