Merge lp:~thumper/launchpad/new-code-import-email-show-type into lp:launchpad
Proposed by
Tim Penhey
on 2010-03-09
| Status: | Merged |
|---|---|
| Approved by: | Tim Penhey on 2010-03-09 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 10465 |
| Proposed branch: | lp:~thumper/launchpad/new-code-import-email-show-type |
| Merge into: | lp:launchpad |
| Diff against target: |
194 lines (+143/-6) 4 files modified
lib/canonical/launchpad/emailtemplates/new-code-import.txt (+3/-1) lib/lp/code/doc/codeimport.txt (+6/-3) lib/lp/code/mail/codeimport.py (+18/-2) lib/lp/code/mail/tests/test_codeimport.py (+116/-0) |
| To merge this branch: | bzr merge lp:~thumper/launchpad/new-code-import-email-show-type |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Michael Hudson-Doyle | 2010-03-09 | Approve on 2010-03-09 | |
|
Review via email:
|
|||
Commit Message
Send the rcs_type and location in the new code import email.
Description of the Change
New code imports should include the type and the import location.
Testing is easy: register a new code import and check the email.
To post a comment you must log in.
| Michael Hudson-Doyle (mwhudson) wrote : | # |
review:
Approve

Hi Tim,
Yay for this :)
Two comments:
I think "CVS" would be better than "Concurrent Versions System" in the email and "Subversion" better than "Subversion via bzr-svn". For the former, one could even change the title of the enum, although that will break some tests.
The second point is much simpler: there is too much vertical whitespace at the end of the test file :)
But in general, very happy to see this move.
Cheers,
mwh