##// END OF EJS Templates
verify: document the `exc` method...
marmoute -
r42031:5df8475c default
parent child Browse files
Show More
@@ -70,6 +70,7 b' class verifier(object):'
70 70 self.errors += 1
71 71
72 72 def exc(self, linkrev, msg, inst, filename=None):
73 """record exception raised during the verify process"""
73 74 fmsg = pycompat.bytestr(inst)
74 75 if not fmsg:
75 76 fmsg = pycompat.byterepr(inst)
General Comments 0
You need to be logged in to leave comments. Login now