mercurial/error.py
changeset 30585 0f865311ae3f
parent 30573 b0ebab239f90
child 31503 0ca00905f769
equal deleted inserted replaced
30584:be5b2098a817 30585:0f865311ae3f
   167 
   167 
   168 class PushRaced(RuntimeError):
   168 class PushRaced(RuntimeError):
   169     """An exception raised during unbundling that indicate a push race"""
   169     """An exception raised during unbundling that indicate a push race"""
   170 
   170 
   171 class ProgrammingError(RuntimeError):
   171 class ProgrammingError(RuntimeError):
   172     """Raised if a developer has made some mistake"""
   172     """Raised if a mercurial (core or extension) developer made a mistake"""
   173 
   173 
   174 # bundle2 related errors
   174 # bundle2 related errors
   175 class BundleValueError(ValueError):
   175 class BundleValueError(ValueError):
   176     """error raised when bundle2 cannot be processed"""
   176     """error raised when bundle2 cannot be processed"""
   177 
   177