304
305
"""Capture Server log output."""
305
306
self.logs.append(format % args)
308
309
"""See bzrlib.transport.Server.setUp.
311
312
protocol should be forwarded to. Note that this is currently not
314
321
self._home_dir = os.getcwdu()
315
322
self._local_path_parts = self._home_dir.split(os.path.sep)
316
323
self._http_starting = threading.Lock()