/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/per_interrepository/test_fetch.py

  • Committer: Jelmer Vernooij
  • Date: 2018-05-27 18:00:21 UTC
  • mto: (6973.12.2 python3-k)
  • mto: This revision was merged to the branch mainline in revision 6992.
  • Revision ID: jelmer@jelmer.uk-20180527180021-kbdxgsh5bbbxha8o
Random bunch of python3 bee-improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
        old_trunk.repository.fetch(branch.repository, b'right')
366
366
        repo = self.make_to_repository('new-trunk')
367
367
        new_trunk = repo.controldir.create_branch()
368
 
        new_trunk.repository.fetch(branch.repository, 'bleft')
369
 
        new_trunk.repository.fetch(branch.repository, 'bright')
 
368
        new_trunk.repository.fetch(branch.repository, b'left')
 
369
        new_trunk.repository.fetch(branch.repository, b'right')
370
370
        # Make the source; a repo stacked on old_trunk contained just the data
371
371
        # for 'merge'.
372
372
        repo = self.make_repository('old-stacked')