67
67
self.runbzr('branch source target --basis commit_tree')
68
68
target = bzrdir.BzrDir.open('target')
69
69
self.assertEqual('2', target.open_branch().last_revision())
71
71
self.assertTrue(target.open_branch().repository.has_revision('2'))
73
73
def test_branch_only_copies_history(self):