##// END OF EJS Templates
Add hg.LookupError
Brendan Cully -
r3224:5b7ed414 default
parent child Browse files
Show More
@@ -9,6 +9,9 b''
9 class RepoError(Exception):
9 class RepoError(Exception):
10 pass
10 pass
11
11
12 class LookupError(RepoError):
13 pass
14
12 class repository(object):
15 class repository(object):
13 def capable(self, name):
16 def capable(self, name):
14 '''tell whether repo supports named capability.
17 '''tell whether repo supports named capability.
General Comments 0
You need to be logged in to leave comments. Login now