/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/plugins/email/emailer.py

  • Committer: Jelmer Vernooij
  • Date: 2019-03-04 05:10:44 UTC
  • mfrom: (7293 work)
  • mto: This revision was merged to the branch mainline in revision 7294.
  • Revision ID: jelmer@jelmer.uk-20190304051044-vph4s8p9qvpy2qe9
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
            msg.add_inline_attachment(diff, self.diff_filename())
248
248
 
249
249
        # Add revision_mail_headers to the headers
250
 
        if header != None:
 
250
        if header is None:
251
251
            for k, v in header.items():
252
252
                msg[k] = v
253
253