Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Bug 732468 - Add the ridiculous "abort: error:" to the list of hg err…
Browse files Browse the repository at this point in the history
…ors that trigger RETRY, r=bhearsum
  • Loading branch information
philor committed Mar 5, 2012
1 parent d3c20f1 commit ed338c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions status/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
(re.compile("abort: .*: no match found!"), RETRY),
(re.compile("abort: Connection reset by peer"), RETRY),
(re.compile("transaction abort!"), RETRY),
(re.compile("abort: error:"), RETRY),
)
purge_error = ((re.compile("Error: unable to free"), RETRY),)

Expand Down

0 comments on commit ed338c6

Please sign in to comment.