294
300
assert response[0] in ('yes', 'no'), 'unexpected response code %s' % (response,)
295
301
return response[0] == 'yes'
297
307
def gather_stats(self, revid=None, committers=None):
298
308
"""See Repository.gather_stats()."""
299
309
path = self.bzrdir._path_for_remote_call(self._client)