Merge lp:~cjwatson/launchpad/git-getRequestedReviews into lp:launchpad
Proposed by Colin Watson
| Status: | Needs review |
|---|---|
| Proposed branch: | lp:~cjwatson/launchpad/git-getRequestedReviews |
| Merge into: | lp:launchpad |
| Diff against target: | 61 lines (+32/-4) 2 files modified lib/lp/code/model/hasbranches.py (+8/-3) lib/lp/code/stories/webservice/xx-branchmergeproposal.txt (+24/-1) |
| To merge this branch: | bzr merge lp:~cjwatson/launchpad/git-getRequestedReviews |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant (community) | Needs Information | ||
| Review via email: | |||
Commit message
Also return Git-based merge proposals from IHasRequestedRe
Description of the change
Also return Git-based merge proposals from IHasRequestedRe
I made similar changes to nearby code in https:/
To post a comment you must log in.
Unmerged revisions
- 17739. By Colin Watson
-
Also return Git-based merge proposals from IHasRequestedRe
views.getReques tedReviews.
Actually, getMergeProposa lsForReviewer sorts, and this will likely drop that sort. Is that a problem?