diff -r 7eaf4b1ac2a3 -r 5df8475c5343 mercurial/verify.py --- a/mercurial/verify.py Wed Mar 06 11:27:37 2019 +0100 +++ b/mercurial/verify.py Wed Mar 06 11:31:10 2019 +0100 @@ -70,6 +70,7 @@ self.errors += 1 def exc(self, linkrev, msg, inst, filename=None): + """record exception raised during the verify process""" fmsg = pycompat.bytestr(inst) if not fmsg: fmsg = pycompat.byterepr(inst)