mercurial/error.py
branchstable
changeset 21184 28d76afa1568
parent 18931 3c224e0949de
child 21618 7568f5c1c801
--- a/mercurial/error.py	Mon Apr 21 16:02:03 2014 -0700
+++ b/mercurial/error.py	Mon Apr 21 18:59:09 2014 -0700
@@ -94,3 +94,7 @@
 
 class SignatureError(Exception):
     pass
+
+class PushRaced(RuntimeError):
+    """An exception raised during unbundling that indicate a push race"""
+