##// END OF EJS Templates
remotefilelog: use the correct capability when using getfilestype threaded...
Kévin Lévesque -
r47857:102a5074 default
parent child Browse files
Show More
@@ -272,7 +272,7 b' def _getfiles_optimistic('
272 272 def _getfiles_threaded(
273 273 remote, receivemissing, progresstick, missed, idmap, step
274 274 ):
275 remote._callstream(b"getfiles")
275 remote._callstream(b"x_rfl_getfiles")
276 276 pipeo = remote._pipeo
277 277 pipei = remote._pipei
278 278
General Comments 0
You need to be logged in to leave comments. Login now