/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/bundle/serializer/v09.py

  • Committer: Jelmer Vernooij
  • Date: 2018-06-15 13:10:28 UTC
  • mto: (6973.12.2 python3-k)
  • mto: This revision was merged to the branch mainline in revision 6993.
  • Revision ID: jelmer@jelmer.uk-20180615131028-abolpmqrid8th0cd
More bees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    def _write_main_header(self):
41
41
        """Write the header for the changes"""
42
42
        f = self.to_file
43
 
        f.write(_get_bundle_header('0.9') + '#\n')
 
43
        f.write(_get_bundle_header(b'0.9') + b'#\n')
44
44
 
45
45
    def _testament_sha1(self, revision_id):
46
46
        return StrictTestament3.from_revision(self.source,