Show More
@@ -352,7 +352,7 b' def getremotechanges(ui, repo, other, on' | |||
|
352 | 352 | if not incoming: |
|
353 | 353 | try: |
|
354 | 354 | if bundlename: |
|
355 |
|
|
|
355 | os.unlink(bundlename) | |
|
356 | 356 | except OSError: |
|
357 | 357 | pass |
|
358 | 358 | return repo, [], other.close |
@@ -394,7 +394,7 b' def getremotechanges(ui, repo, other, on' | |||
|
394 | 394 | if bundlerepo: |
|
395 | 395 | bundlerepo.close() |
|
396 | 396 | if bundle: |
|
397 |
|
|
|
397 | os.unlink(bundle) | |
|
398 | 398 | other.close() |
|
399 | 399 | |
|
400 | 400 | return (localrepo, csets, cleanup) |
General Comments 0
You need to be logged in to leave comments.
Login now