mercurial/error.py
changeset 38841 df0873ab5c14
parent 38607 fe81af15675a
child 39559 07b58266bce3
equal deleted inserted replaced
38840:794afa91f0a5 38841:df0873ab5c14
    55     def __bytes__(self):
    55     def __bytes__(self):
    56         return RevlogError.__bytes__(self)
    56         return RevlogError.__bytes__(self)
    57 
    57 
    58     def __str__(self):
    58     def __str__(self):
    59         return RevlogError.__str__(self)
    59         return RevlogError.__str__(self)
       
    60 
       
    61 class AmbiguousPrefixLookupError(LookupError):
       
    62     pass
    60 
    63 
    61 class FilteredLookupError(LookupError):
    64 class FilteredLookupError(LookupError):
    62     pass
    65     pass
    63 
    66 
    64 class ManifestLookupError(LookupError):
    67 class ManifestLookupError(LookupError):