diff --git a/remotefilelog/shallowbundle.py b/remotefilelog/shallowbundle.py --- a/remotefilelog/shallowbundle.py +++ b/remotefilelog/shallowbundle.py @@ -58,7 +58,7 @@ units=units) def generatemanifests(self, commonrevs, clrevorder, fastpathlinkrev, - mfs, fnodes): + mfs, fnodes, source): """ - `commonrevs` is the set of known commits on both sides - `clrevorder` is a mapping from cl node to rev number, used for @@ -81,6 +81,7 @@ fastpathlinkrev, mfs, fnodes, + source, ) for chunk in chunks: yield chunk