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

  • Committer: Jelmer Vernooij
  • Date: 2018-06-29 17:57:21 UTC
  • mto: This revision was merged to the branch mainline in revision 7026.
  • Revision ID: jelmer@jelmer.uk-20180629175721-ptg2fk3k2lul7lch
Fix some more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
                # a ghost in the left most parent
318
318
                raise errors.GhostRevisionUnusableHere(parents_list[0][0])
319
319
            self._parent_ids = [parent_id for parent_id, tree in parents_list]
320
 
            if parents_list[0][1] is None or parents_list[0][1] == 'null:':
 
320
            if parents_list[0][1] is None or parents_list[0][1] == b'null:':
321
321
                self._basis_tree = self.branch.repository.revision_tree(
322
322
                                       _mod_revision.NULL_REVISION)
323
323
            else: