/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/tests/test_transform.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-06-30 23:11:39 UTC
  • mfrom: (6973.12.13 python3-k)
  • Revision ID: breezy.the.bot@gmail.com-20180630231139-tf5t5khh6bu5ntpm
Fix some more tests on python3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-k/+merge/348646

Show diffs side-by-side

added added

removed removed

Lines of Context:
2387
2387
        branch, tt = self.get_branch_and_transform()
2388
2388
        rev_id = tt.commit(branch, 'message', timestamp=1, timezone=43201,
2389
2389
                           committer='me <me@example.com>',
2390
 
                           revprops={'foo': 'bar'}, revision_id=b'revid-1',
 
2390
                           revprops={u'foo': 'bar'}, revision_id=b'revid-1',
2391
2391
                           authors=['Author1 <author1@example.com>',
2392
2392
                              'Author2 <author2@example.com>',
2393
2393
                               ])