mercurial/repo.py
changeset 3224 5b7ed414affb
parent 2859 345bac2bc4ec
child 3930 01d98d68d697
--- a/mercurial/repo.py	Sun Oct 01 19:26:33 2006 +0200
+++ b/mercurial/repo.py	Sun Oct 01 11:58:55 2006 -0700
@@ -9,6 +9,9 @@
 class RepoError(Exception):
     pass
 
+class LookupError(RepoError):
+    pass
+
 class repository(object):
     def capable(self, name):
         '''tell whether repo supports named capability.