##// END OF EJS Templates
exchange: fix indentation in _pullchangeset
Mike Edgar -
r23217:2f12ac53 default
parent child Browse files
Show More
@@ -1014,9 +1014,9 b' def _pullchangeset(pullop):'
1014 return
1014 return
1015 pullop.stepsdone.add('changegroup')
1015 pullop.stepsdone.add('changegroup')
1016 if not pullop.fetch:
1016 if not pullop.fetch:
1017 pullop.repo.ui.status(_("no changes found\n"))
1017 pullop.repo.ui.status(_("no changes found\n"))
1018 pullop.cgresult = 0
1018 pullop.cgresult = 0
1019 return
1019 return
1020 pullop.gettransaction()
1020 pullop.gettransaction()
1021 if pullop.heads is None and list(pullop.common) == [nullid]:
1021 if pullop.heads is None and list(pullop.common) == [nullid]:
1022 pullop.repo.ui.status(_("requesting all changes\n"))
1022 pullop.repo.ui.status(_("requesting all changes\n"))
General Comments 0
You need to be logged in to leave comments. Login now