Show More
@@ -574,8 +574,8 b' def _pullbundle2(pullop):' | |||||
574 | # pulling changegroup |
|
574 | # pulling changegroup | |
575 | pullop.todosteps.remove('changegroup') |
|
575 | pullop.todosteps.remove('changegroup') | |
576 | if not pullop.fetch: |
|
576 | if not pullop.fetch: | |
577 |
|
|
577 | pullop.repo.ui.status(_("no changes found\n")) | |
578 |
|
|
578 | pullop.cgresult = 0 | |
579 | else: |
|
579 | else: | |
580 | kwargs['common'] = pullop.common |
|
580 | kwargs['common'] = pullop.common | |
581 | kwargs['heads'] = pullop.heads or pullop.rheads |
|
581 | kwargs['heads'] = pullop.heads or pullop.rheads |
General Comments 0
You need to be logged in to leave comments.
Login now