/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/fetch.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-06-30 22:12:58 UTC
  • mfrom: (6973.11.15 python3-j)
  • Revision ID: breezy.the.bot@gmail.com-20180630221258-x0y3tvn1060ntndc
Fix another 1.5k tests on python3.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
        parent_keys = _parent_keys_for_root_version(
269
269
            root_id, rev_id, rev_id_to_root_id_map, parent_map, repo, graph)
270
270
        yield versionedfile.FulltextContentFactory(
271
 
            root_key, parent_keys, None, '')
 
271
            root_key, parent_keys, None, b'')
272
272
 
273
273
 
274
274
def _parent_keys_for_root_version(