Comments
Patch
@@ -572,12 +572,12 @@ def _pullbundle2(pullop):
capsblob = bundle2.encodecaps(pullop.repo.bundle2caps)
kwargs['bundlecaps'].add('bundle2=' + urllib.quote(capsblob))
# pulling changegroup
pullop.todosteps.remove('changegroup')
if not pullop.fetch:
- pullop.repo.ui.status(_("no changes found\n"))
- pullop.cgresult = 0
+ pullop.repo.ui.status(_("no changes found\n"))
+ pullop.cgresult = 0
else:
kwargs['common'] = pullop.common
kwargs['heads'] = pullop.heads or pullop.rheads
if pullop.heads is None and list(pullop.common) == [nullid]:
pullop.repo.ui.status(_("requesting all changes\n"))