45
45
b = branch.Branch.open('b')
46
46
self.run_bzr('branch a c -r 1')
47
47
# previously was erroneously created by branching
49
49
b.bzrdir.open_workingtree().commit(message='foo', allow_pointless=True)
51
51
def test_branch_only_copies_history(self):