637
638
# we do not want bzrdir to make any remote calls
638
639
bzrdir = RemoteBzrDir(transport, _client=False)
639
640
branch = RemoteBranch(bzrdir, None, _client=client)
642
643
[('call_expecting_body', 'Branch.get_config_file', ('quack/',))],
647
647
class TestBranchLockWrite(tests.TestCase):