# HG changeset patch # User Kévin Lévesque # Date 2021-05-05 22:26:04 # Node ID 102a50746bc55342e39c4823b5de42a25b6c0132 # Parent bc7bdca15e47a1072a56807fdd9137f89f7f0aa8 remotefilelog: use the correct capability when using getfilestype threaded The functon was overlooked when the capability was renamed Differential Revision: https://phab.mercurial-scm.org/D10673 diff --git a/hgext/remotefilelog/fileserverclient.py b/hgext/remotefilelog/fileserverclient.py --- a/hgext/remotefilelog/fileserverclient.py +++ b/hgext/remotefilelog/fileserverclient.py @@ -272,7 +272,7 @@ def _getfiles_optimistic( def _getfiles_threaded( remote, receivemissing, progresstick, missed, idmap, step ): - remote._callstream(b"getfiles") + remote._callstream(b"x_rfl_getfiles") pipeo = remote._pipeo pipei = remote._pipei