equal
deleted
inserted
replaced
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 |