Show More
@@ -228,7 +228,7 b' def _pushbundle2(pushop):' | |||
|
228 | 228 | reply = pushop.remote.unbundle(stream, ['force'], 'push') |
|
229 | 229 | try: |
|
230 | 230 | op = bundle2.processbundle(pushop.repo, reply) |
|
231 |
except |
|
|
231 | except bundle2.UnknownPartError, exc: | |
|
232 | 232 | raise util.Abort('missing support for %s' % exc) |
|
233 | 233 | cgreplies = op.records.getreplies(cgpart.id) |
|
234 | 234 | assert len(cgreplies['changegroup']) == 1 |
General Comments 0
You need to be logged in to leave comments.
Login now