179
179
repo_b = self.make_repository('b')
180
180
wt_a.bzrdir.open_repository().copy_content_into(repo_b)
181
181
br_b = wt_a.bzrdir.open_branch().sprout(repo_b.bzrdir, revision_id='1')
184
184
def get_parented_branch(self):
185
185
wt_a = self.make_branch_and_tree('a')