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