/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/tests/per_branch/test_branch.py

  • Committer: Jelmer Vernooij
  • Date: 2018-06-17 11:15:04 UTC
  • mto: (6973.12.2 python3-k)
  • mto: This revision was merged to the branch mainline in revision 7003.
  • Revision ID: jelmer@jelmer.uk-20180617111504-i2eqvqbtfj5bp0t3
s/file/open.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
            wt.get_parent_ids())
220
220
        rev_id = wt.commit('commit against a ghost first parent.')
221
221
        rev = wt.branch.repository.get_revision(rev_id)
222
 
        self.assertEqual(rev.parent_ids, ['non:existent@rev--ision--0--2'])
 
222
        self.assertEqual(rev.parent_ids, [b'non:existent@rev--ision--0--2'])
223
223
        # parent_sha1s is not populated now, WTF. rbc 20051003
224
224
        self.assertEqual(len(rev.parent_sha1s), 0)
225
225