##// END OF EJS Templates
pull: preindent some code...
Boris Feld -
r35780:40df727b default
parent child Browse files
Show More
@@ -1461,10 +1461,11 b' def _pullbundle2(pullop):'
1461 1461 kwargs['common'] = pullop.common
1462 1462 kwargs['heads'] = pullop.heads or pullop.rheads
1463 1463
1464 # pulling changegroup
1465 pullop.stepsdone.add('changegroup')
1464 if True:
1465 # pulling changegroup
1466 pullop.stepsdone.add('changegroup')
1466 1467
1467 kwargs['cg'] = pullop.fetch
1468 kwargs['cg'] = pullop.fetch
1468 1469
1469 1470 legacyphase = 'phases' in ui.configlist('devel', 'legacy.exchange')
1470 1471 hasbinaryphase = 'heads' in pullop.remotebundle2caps.get('phases', ())
General Comments 0
You need to be logged in to leave comments. Login now