84
84
br_c = copy_branch(br_a, 'c', basis_branch=br_b)
85
85
self.assertEqual(br_a.revision_history(), br_c.revision_history())
89
90
# TODO: rewrite this as a regular unittest, without relying on the displayed output
90
91
# >>> from bzrlib.commit import commit