mercurial/error.py
changeset 32402 c8e10565a113
parent 32340 9c023179e8d0
child 32596 19df975eb555
--- a/mercurial/error.py	Thu May 18 22:20:59 2017 -0700
+++ b/mercurial/error.py	Fri May 19 19:10:37 2017 +0530
@@ -177,6 +177,9 @@
 class ProgrammingError(Hint, RuntimeError):
     """Raised if a mercurial (core or extension) developer made a mistake"""
 
+class WdirUnsupported(Exception):
+    """An exception which is raised when 'wdir()' is not supported"""
+
 # bundle2 related errors
 class BundleValueError(ValueError):
     """error raised when bundle2 cannot be processed"""