Submitter | Siddharth Agarwal |
---|---|
Date | Oct. 2, 2015, 8:12 p.m. |
Message ID | <c939fb3119d7da3d9044.1443816757@dev6666.prn1.facebook.com> |
Download | mbox | patch |
Permalink | /patch/10738/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/error.py b/mercurial/error.py --- a/mercurial/error.py +++ b/mercurial/error.py @@ -115,7 +115,7 @@ class LockUnavailable(LockError): pass # LockError is for errors while acquiring the lock -- this is unrelated -class LockInheritanceContractViolation(AssertionError): +class LockInheritanceContractViolation(RuntimeError): pass class ResponseError(Exception):