~danigm/bzr-email/branch-commit-to

« back to all changes in this revision

Viewing changes to tests/testemail.py

  • Committer: Robert Collins
  • Date: 2008-12-09 20:09:15 UTC
  • Revision ID: robertc@robertcollins.net-20081209200915-nl9ny11q600uje79
Draft support for mailing on push/pull.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
              "post_commit_sender=Sender <from@example.com>\n"
50
50
              "post_commit_to=Sample <foo@example.com>, Other <baz@bar.com>\n")
51
51
 
 
52
push_config=("[DEFAULT]\n"
 
53
    "post_commit_to=demo@example.com\n"
 
54
    "post_commit_push_pull=True\n")
 
55
 
52
56
with_url_config=("[DEFAULT]\n"
53
57
                 "post_commit_url=http://some.fake/url/\n"
54
58
                 "post_commit_to=demo@example.com\n"