/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/plugins/git/transportgit.py

  • Committer: Jelmer Vernooij
  • Date: 2018-07-03 01:42:53 UTC
  • mto: This revision was merged to the branch mainline in revision 7027.
  • Revision ID: jelmer@jelmer.uk-20180703014253-zjckmhgnmb2qsn6x
Disable some flaky tests on python3, allow running without fastimport.

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
        else:
315
315
            transport = self.transport
316
316
            self._ensure_dir_exists(realname)
317
 
        transport.put_bytes(realname, ref+"\n")
 
317
        transport.put_bytes(realname, ref+b"\n")
318
318
        return True
319
319
 
320
320
    def remove_if_equals(self, name, old_ref):