Skip to content

Commit 88c227d

Browse files
committed
Better handle KeyboardInterrupt while getting a bundle
1 parent 0cbc01d commit 88c227d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cinnabar/remote_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def resolve_head(head):
397397
heads = set(self._branchmap.heads()) & unknown_heads
398398
getbundle(self._repo, self._store, heads,
399399
self._branchmap.names())
400-
except Exception:
400+
except:
401401
wanted_refs = {}
402402
raise
403403
finally:

0 commit comments

Comments
 (0)