121
122
self.build_tree_contents([("dc/foofile", "blaaaal")])
122
123
script.run_script(self, '''
123
124
$ bzr dpush -d dc d --no-strict
125
127
self.assertFileEqual("blaaaal", "dc/foofile")
126
128
# if the dummy vcs wasn't that dummy we could uncomment the line below