228
228
tree_b.commit('commit b-1', rev_id=b'b-1')
234
234
# Now that we have a repository with shared files, make sure
235
235
# that things aren't copied out by a 'branch'
236
236
self.run_bzr('branch repo/b branch-b')
237
237
pushed_tree = WorkingTree.open('branch-b')
238
238
pushed_repo = pushed_tree.branch.repository
243
243
def test_branch_hardlink(self):
244
244
self.requireFeature(HardlinkFeature)