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