2947
2947
return self._real_branch._get_checkout_format(lightweight=False)
2949
2949
def _get_checkout_format(self, lightweight=False):
2951
2954
response = self._client.call('Branch.get_checkout_format',
2952
2955
self._remote_path(), lightweight)
2953
2956
except errors.UnknownSmartMethod:
2954
2958
return self._get_checkout_format_vfs(lightweight)
2956
2960
raise errors.UnexpectedSmartServerResponse(response)