119
113
newrevid = dc_tree.commit('msg')
121
115
self.build_tree_contents([("dc/foofile", "blaaaal")])
125
117
self.assertFileEqual("blaaaal", "dc/foofile")
126
118
# if the dummy vcs wasn't that dummy we could uncomment the line below
127
119
# self.assertFileEqual("blaaaa", "d/foofile")
135
123
builder = self.make_dummy_builder('d')