changeset 41865 | 5df8475c5343 |
parent 41864 | 7eaf4b1ac2a3 |
child 41866 | cfe08588d711 |
--- 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)