621
622
# we do not want bzrdir to make any remote calls
622
623
bzrdir = RemoteBzrDir(transport, _client=False)
623
624
branch = RemoteBranch(bzrdir, None, _client=client)
626
627
[('call_expecting_body', 'Branch.get_config_file', ('quack/',))],
631
631
class TestBranchLockWrite(tests.TestCase):