Merge lp:~cjwatson/launchpad/git-mp-move-outside-ref into lp:launchpad
Proposed by
Colin Watson
on 2015-05-26
| Status: | Merged |
|---|---|
| Merged at revision: | 17527 |
| Proposed branch: | lp:~cjwatson/launchpad/git-mp-move-outside-ref |
| Merge into: | lp:launchpad |
| Diff against target: |
260 lines (+76/-15) 13 files modified
lib/lp/code/browser/branch.py (+1/-3) lib/lp/code/browser/configure.zcml (+1/-1) lib/lp/code/browser/gitref.py (+5/-3) lib/lp/code/browser/gitrepository.py (+11/-0) lib/lp/code/interfaces/branch.py (+3/-0) lib/lp/code/interfaces/branchmergeproposal.py (+4/-0) lib/lp/code/interfaces/gitref.py (+3/-0) lib/lp/code/interfaces/gitrepository.py (+3/-0) lib/lp/code/model/branch.py (+7/-0) lib/lp/code/model/branchmergeproposal.py (+7/-0) lib/lp/code/model/gitref.py (+4/-0) lib/lp/code/model/gitrepository.py (+4/-0) lib/lp/code/model/tests/test_branchmergeproposal.py (+23/-8) |
| To merge this branch: | bzr merge lp:~cjwatson/launchpad/git-mp-move-outside-ref |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2015-05-26 | Approve on 2015-05-26 |
|
Review via email:
|
|||
Commit Message
Place Git-based merge proposals under their source repository, not the (removable) source reference.
Description of the Change
Place Git-based merge proposals under their source repository, not the (removable) source reference.
I decided to leave a redirection around for a while even though it probably isn't very necessary, but we can remove that after a month or two.
To post a comment you must log in.
review:
Approve
(code)
