Merge lp:~abentley/lp-dev-utils/smtp-issues into lp:lp-dev-utils
Proposed by
Aaron Bentley
on 2012-03-13
| Status: | Merged |
|---|---|
| Approved by: | Curtis Hovey on 2012-03-13 |
| Approved revision: | 105 |
| Merged at revision: | 105 |
| Proposed branch: | lp:~abentley/lp-dev-utils/smtp-issues |
| Merge into: | lp:lp-dev-utils |
| Diff against target: |
70 lines (+7/-8) 1 file modified
ec2test/remote.py (+7/-8) |
| To merge this branch: | bzr merge lp:~abentley/lp-dev-utils/smtp-issues |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Curtis Hovey (community) | code | 2012-03-13 | Approve on 2012-03-13 |
|
Review via email:
|
|||
Commit Message
Fix config compatibility issues using bzr-pqm compatibility code.
Description of the Change
When constructing an SMTP connection, bzrlib 2.4 expects a Config, and bzrlib 2.5 expects a ConfigStack. Using the wrong one will cause a traceback.
This branch updates remote.py to use bzr-pqm's compatibility code so that an SMTP connection can be created easily, no matter what bzr version is used on the remote instance.
bzr-pqm is already installed on remote instances automatically.
To post a comment you must log in.

We spoke on IRC. I was puzzled by the username => email change. The old code had an email address as the username.