340
340
# defeat the purpose. We test the protocol implementation separately
341
341
# in test_remote and test_smart as usual.
342
342
b = self.make_branch('foo')
344
344
self.transport = transport.get_transport_from_path('.')
345
345
self.lockable = self.get_lockable()
348
348
# getting a new lockable involves opening a new instance of the branch
349
349
branch = breezy.branch.Branch.open(self.get_url('foo'))
351
351
return branch.control_files