71
71
self.wt.commit('adding a,b', rev_id='r1')
72
72
# Now make sure that 'bzr branch' also preserves the
76
75
wt2 = dir2.open_workingtree()
77
76
self.assertEqual(['r1'], wt2.get_parent_ids())
78
77
self.assertEqual('r1', wt2.branch.last_revision())