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