Merge lp:~cjwatson/launchpad/git-fix-clone-from-owner-default into lp:launchpad
Proposed by
Colin Watson
on 2015-04-28
| Status: | Merged |
|---|---|
| Merged at revision: | 17459 |
| Proposed branch: | lp:~cjwatson/launchpad/git-fix-clone-from-owner-default |
| Merge into: | lp:launchpad |
| Diff against target: |
87 lines (+35/-18) 2 files modified
lib/lp/code/xmlrpc/git.py (+9/-6) lib/lp/code/xmlrpc/tests/test_git.py (+26/-12) |
| To merge this branch: | bzr merge lp:~cjwatson/launchpad/git-fix-clone-from-owner-default |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2015-04-28 | Approve on 2015-04-28 |
|
Review via email:
|
|||
Commit Message
Fix code to get the owner default repository if there is no target default.
Description of the Change
The code to find the owner default if there's no target default used the wrong IGitRepositorySet method. This fixes it and adds a test.
To post a comment you must log in.
review:
Approve
(code)
