Show More
@@ -984,8 +984,6 b' def _pullbundle2(pullop):' | |||||
984 | kwargs['obsmarkers'] = True |
|
984 | kwargs['obsmarkers'] = True | |
985 | pullop.stepsdone.add('obsmarkers') |
|
985 | pullop.stepsdone.add('obsmarkers') | |
986 | _pullbundle2extraprepare(pullop, kwargs) |
|
986 | _pullbundle2extraprepare(pullop, kwargs) | |
987 | if kwargs.keys() == ['format']: |
|
|||
988 | return # nothing to pull |
|
|||
989 | bundle = pullop.remote.getbundle('pull', **kwargs) |
|
987 | bundle = pullop.remote.getbundle('pull', **kwargs) | |
990 | try: |
|
988 | try: | |
991 | op = bundle2.processbundle(pullop.repo, bundle, pullop.gettransaction) |
|
989 | op = bundle2.processbundle(pullop.repo, bundle, pullop.gettransaction) |
General Comments 0
You need to be logged in to leave comments.
Login now