Submitter | Pierre-Yves David |
---|---|
Date | March 6, 2019, 4:29 p.m. |
Message ID | <6c59b746e8b71df6d5f0.1551889761@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/39093/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/verify.py b/mercurial/verify.py --- a/mercurial/verify.py +++ b/mercurial/verify.py @@ -70,6 +70,7 @@ class verifier(object): 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)