Show More
@@ -1330,7 +1330,9 b' def _pullbundle2(pullop):' | |||||
1330 | For now, the only supported data are changegroup.""" |
|
1330 | For now, the only supported data are changegroup.""" | |
1331 | kwargs = {'bundlecaps': caps20to10(pullop.repo)} |
|
1331 | kwargs = {'bundlecaps': caps20to10(pullop.repo)} | |
1332 |
|
1332 | |||
1333 | streaming, streamreqs = streamclone.canperformstreamclone(pullop) |
|
1333 | # At the moment we don't do stream clones over bundle2. If that is | |
|
1334 | # implemented then here's where the check for that will go. | |||
|
1335 | streaming = False | |||
1334 |
|
1336 | |||
1335 | # pulling changegroup |
|
1337 | # pulling changegroup | |
1336 | pullop.stepsdone.add('changegroup') |
|
1338 | pullop.stepsdone.add('changegroup') |
General Comments 0
You need to be logged in to leave comments.
Login now