34
35
#highest indices a: 5, b: 7
35
36
br_a, br_b = make_branches()
44
os.unlink(os.path.join(br_a.base, '.bzr', 'revision-store',
36
51
br_rem = Branch.open(self.get_remote_url(br_a.base))
37
52
assert not has_revision(br_b, br_rem.revision_history()[3])
38
53
assert has_revision(br_b, br_rem.revision_history()[2])