Show More
@@ -54,12 +54,12 b' def shallowgroup(cls, self, nodelist, rl' | |||
|
54 | 54 | |
|
55 | 55 | |
|
56 | 56 | class shallowcg1packer(changegroup.cgpacker): |
|
57 | def generate(self, commonrevs, clnodes, fastpathlinkrev, source): | |
|
57 | def generate(self, commonrevs, clnodes, fastpathlinkrev, source, **kwargs): | |
|
58 | 58 | if shallowutil.isenabled(self._repo): |
|
59 | 59 | fastpathlinkrev = False |
|
60 | 60 | |
|
61 | 61 | return super(shallowcg1packer, self).generate( |
|
62 | commonrevs, clnodes, fastpathlinkrev, source | |
|
62 | commonrevs, clnodes, fastpathlinkrev, source, **kwargs | |
|
63 | 63 | ) |
|
64 | 64 | |
|
65 | 65 | def group(self, nodelist, rlog, lookup, units=None, reorder=None): |
General Comments 0
You need to be logged in to leave comments.
Login now