Merge lp://qastaging/~thumper/launchpad/branch-email-subject-oops into lp://qastaging/launchpad
Proposed by
Tim Penhey
Status: | Merged |
---|---|
Approved by: | Jeroen T. Vermeulen |
Approved revision: | no longer in the source branch. |
Merged at revision: | 9872 |
Proposed branch: | lp://qastaging/~thumper/launchpad/branch-email-subject-oops |
Merge into: | lp://qastaging/launchpad |
Diff against target: |
135 lines (+34/-24) 3 files modified
lib/lp/code/doc/branch-notifications.txt (+2/-2) lib/lp/code/mail/branch.py (+14/-22) lib/lp/code/mail/tests/test_branch.py (+18/-0) |
To merge this branch: | bzr merge lp://qastaging/~thumper/launchpad/branch-email-subject-oops |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jeroen T. Vermeulen (community) | code | Approve | |
Review via email: mp+14780@code.qastaging.launchpad.net |
Commit message
Stop the interpolation of the revisions commit message string.
To post a comment you must log in.
Commit messages sometimes have '%' characters in them.
The subject for revision emails have the first line of the commit message.
The default behaviour of the BaseMailer is to use dictionary based string interpolation. For the BranchMailer we don't want this. For both revision mail and modification mail we have fully specified subjects.
Tests: lerSubject
TestBranchMai