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

  • Committer: Jelmer Vernooij
  • Date: 2018-06-24 13:18:43 UTC
  • mto: (6973.13.5 python3-l)
  • mto: This revision was merged to the branch mainline in revision 7011.
  • Revision ID: jelmer@jelmer.uk-20180624131843-ap580ypg28d0n039
Fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1117
1117
            b'_non_present_ids': self._non_present_ids,
1118
1118
            }
1119
1119
        yield serializer.bytes_record(bencode.bencode(attribs),
1120
 
                                      (('attribs',),))
 
1120
                                      ((b'attribs',),))
1121
1121
        for trans_id, kind in viewitems(self._new_contents):
1122
1122
            if kind == 'file':
1123
1123
                with open(self._limbo_name(trans_id), 'rb') as cur_file: