Show More
@@ -177,6 +177,9 b' class PushRaced(RuntimeError):' | |||
|
177 | 177 | class ProgrammingError(Hint, RuntimeError): |
|
178 | 178 | """Raised if a mercurial (core or extension) developer made a mistake""" |
|
179 | 179 | |
|
180 | class WdirUnsupported(Exception): | |
|
181 | """An exception which is raised when 'wdir()' is not supported""" | |
|
182 | ||
|
180 | 183 | # bundle2 related errors |
|
181 | 184 | class BundleValueError(ValueError): |
|
182 | 185 | """error raised when bundle2 cannot be processed""" |
General Comments 0
You need to be logged in to leave comments.
Login now