313
313
self.root_transport.put_bytes(".bzr", "foo")
314
314
return super(DummyForeignVcsDir, self).create_workingtree()
316
def open_branch(self, name=None, unsupported=False, ignore_fallbacks=True):
316
def open_branch(self, name=None, unsupported=False, ignore_fallbacks=True,
318
319
raise errors.NoColocatedBranchSupport(self)
319
320
return self._format.get_branch_format().open(self, _found=True)