84
84
"""Ensure that the branch namespace pulls in the requisite content."""
85
85
self.build_tree(['branch1/', 'branch1/file', 'branch2/'])
86
86
branch = Branch.initialize('branch1')
88
88
branch.working_tree().commit('add file')
89
89
copy_branch(branch, 'branch2')
90
90
print >> open('branch2/file', 'w'), 'new content'