201
201
def test_weaves_are_retrieved_once(self):
202
202
self.build_tree(("source/", "source/file", "target/"))
203
203
branch = Branch.initialize("source")
205
205
branch.working_tree().commit("added file")
206
206
print >>open("source/file", 'w'), "blah"
207
207
branch.working_tree().commit("changed file")