hgext/remotefilelog/fileserverclient.py
changeset 47092 102a50746bc5
parent 47012 d55b71393907
child 47873 c424ff4807e6
equal deleted inserted replaced
47091:bc7bdca15e47 47092:102a50746bc5
   270 
   270 
   271 
   271 
   272 def _getfiles_threaded(
   272 def _getfiles_threaded(
   273     remote, receivemissing, progresstick, missed, idmap, step
   273     remote, receivemissing, progresstick, missed, idmap, step
   274 ):
   274 ):
   275     remote._callstream(b"getfiles")
   275     remote._callstream(b"x_rfl_getfiles")
   276     pipeo = remote._pipeo
   276     pipeo = remote._pipeo
   277     pipei = remote._pipei
   277     pipei = remote._pipei
   278 
   278 
   279     def writer():
   279     def writer():
   280         for missingid in missed:
   280         for missingid in missed: