Merge lp:~blr/launchpad/recycle-commit-message into lp:launchpad
Proposed by
Kit Randel
on 2015-06-11
| Status: | Merged |
|---|---|
| Approved by: | Kit Randel on 2015-06-12 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 17562 |
| Proposed branch: | lp:~blr/launchpad/recycle-commit-message |
| Merge into: | lp:launchpad |
| Diff against target: |
204 lines (+36/-12) 6 files modified
lib/lp/code/browser/branchmergeproposal.py (+3/-1) lib/lp/code/browser/tests/test_branchmergeproposal.py (+5/-0) lib/lp/code/interfaces/branchmergeproposal.py (+4/-1) lib/lp/code/model/branchmergeproposal.py (+5/-2) lib/lp/code/model/tests/test_branchmergeproposal.py (+7/-0) lib/lp/testing/factory.py (+12/-8) |
| To merge this branch: | bzr merge lp:~blr/launchpad/recycle-commit-message |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| William Grant | code | 2015-06-11 | Approve on 2015-06-12 |
|
Review via email:
|
|||
Commit Message
Preserve commit message on branch merge proposal resubmission.
Description of the Change
Preserve commit message on branch merge proposal resubmission.
Support for commit_message has also been added to the BranchMergeProposal and BranchMergeProp
To post a comment you must log in.
review:
Approve
(code)
