##// END OF EJS Templates
exchange: fix bad indentation...
Pierre-Yves David -
r21258:71931b78 default
parent child Browse files
Show More
@@ -574,8 +574,8 b' def _pullbundle2(pullop):'
574 574 # pulling changegroup
575 575 pullop.todosteps.remove('changegroup')
576 576 if not pullop.fetch:
577 pullop.repo.ui.status(_("no changes found\n"))
578 pullop.cgresult = 0
577 pullop.repo.ui.status(_("no changes found\n"))
578 pullop.cgresult = 0
579 579 else:
580 580 kwargs['common'] = pullop.common
581 581 kwargs['heads'] = pullop.heads or pullop.rheads
General Comments 0
You need to be logged in to leave comments. Login now