equal
deleted
inserted
replaced
25 def __str__(self): |
25 def __str__(self): |
26 return RevlogError.__str__(self) |
26 return RevlogError.__str__(self) |
27 |
27 |
28 class ParseError(Exception): |
28 class ParseError(Exception): |
29 """Exception raised on errors in parsing the command line.""" |
29 """Exception raised on errors in parsing the command line.""" |
|
30 |
|
31 class ConfigError(Exception): |
|
32 'Exception raised when parsing config files' |
30 |
33 |
31 class RepoError(Exception): |
34 class RepoError(Exception): |
32 pass |
35 pass |
33 |
36 |
34 class CapabilityError(RepoError): |
37 class CapabilityError(RepoError): |