mercurial/wireprotov1server.py
changeset 50544 e6948aafda6f
parent 50415 4cafe20b79b6
child 50550 9e24f8442640
equal deleted inserted replaced
50540:9db197c73138 50544:e6948aafda6f
   272 
   272 
   273     Extensions may wrap this command to filter or dynamically emit data
   273     Extensions may wrap this command to filter or dynamically emit data
   274     depending on the request. e.g. you could advertise URLs for the closest
   274     depending on the request. e.g. you could advertise URLs for the closest
   275     data center given the client's IP address.
   275     data center given the client's IP address.
   276     """
   276     """
   277     return wireprototypes.bytesresponse(
   277     manifest = bundlecaches.get_manifest(repo)
   278         repo.vfs.tryread(bundlecaches.CB_MANIFEST_FILE)
   278     return wireprototypes.bytesresponse(manifest)
   279     )
       
   280 
   279 
   281 
   280 
   282 wireprotocaps = [
   281 wireprotocaps = [
   283     b'lookup',
   282     b'lookup',
   284     b'branchmap',
   283     b'branchmap',