~jelmer/brz/tree-reference-fixes

« back to all changes in this revision

Viewing changes to breezy/plugins/email/tests/testemail.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-25 12:47:13 UTC
  • mfrom: (6926.1.2 work)
  • Revision ID: jelmer@jelmer.uk-20180325124713-dq64vm9bhch1gjow
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
        my_config = config.MemoryStack(text)
177
177
        self.branch = BzrDir.create_branch_convenience('.')
178
178
        tree = self.branch.controldir.open_workingtree()
179
 
        tree.commit('foo bar baz\nfuzzy\nwuzzy', rev_id='A',
 
179
        tree.commit('foo bar baz\nfuzzy\nwuzzy', rev_id=b'A',
180
180
            allow_pointless=True,
181
181
            timestamp=1,
182
182
            timezone=0,