303
321
assert response[0] in ('yes', 'no'), 'unexpected response code %s' % (response,)
304
322
return response[0] == 'yes'
306
328
def get_graph(self, other_repository=None):
307
329
"""Return the graph for this repository format"""
308
330
return self._real_repository.get_graph(other_repository)