Show More
@@ -1461,10 +1461,11 b' def _pullbundle2(pullop):' | |||||
1461 | kwargs['common'] = pullop.common |
|
1461 | kwargs['common'] = pullop.common | |
1462 | kwargs['heads'] = pullop.heads or pullop.rheads |
|
1462 | kwargs['heads'] = pullop.heads or pullop.rheads | |
1463 |
|
1463 | |||
1464 | # pulling changegroup |
|
1464 | if True: | |
1465 | pullop.stepsdone.add('changegroup') |
|
1465 | # pulling changegroup | |
|
1466 | pullop.stepsdone.add('changegroup') | |||
1466 |
|
1467 | |||
1467 | kwargs['cg'] = pullop.fetch |
|
1468 | kwargs['cg'] = pullop.fetch | |
1468 |
|
1469 | |||
1469 | legacyphase = 'phases' in ui.configlist('devel', 'legacy.exchange') |
|
1470 | legacyphase = 'phases' in ui.configlist('devel', 'legacy.exchange') | |
1470 | hasbinaryphase = 'heads' in pullop.remotebundle2caps.get('phases', ()) |
|
1471 | hasbinaryphase = 'heads' in pullop.remotebundle2caps.get('phases', ()) |
General Comments 0
You need to be logged in to leave comments.
Login now