mercurial/error.py
branchstable
changeset 18855 50c922c1b514
parent 15017 f4522df38c65
child 18931 3c224e0949de
--- a/mercurial/error.py	Mon Apr 01 18:48:12 2013 -0300
+++ b/mercurial/error.py	Fri Feb 15 18:07:14 2013 +0900
@@ -27,6 +27,9 @@
     def __str__(self):
         return RevlogError.__str__(self)
 
+class ManifestLookupError(LookupError):
+    pass
+
 class CommandError(Exception):
     """Exception raised on errors in parsing the command line."""