/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/v4.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:
103
103
        """Start writing the bundle"""
104
104
        self._fileobj.write(bundle_serializer._get_bundle_header(
105
105
            bundle_serializer.v4_string))
106
 
        self._fileobj.write('#\n')
 
106
        self._fileobj.write(b'#\n')
107
107
        self._container.begin()
108
108
 
109
109
    def end(self):