Submitter | Pierre-Yves David |
---|---|
Date | March 6, 2019, 4:29 p.m. |
Message ID | <feeaebe5aa639ce0d8df.1551889763@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/39104/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/verify.py b/mercurial/verify.py --- a/mercurial/verify.py +++ b/mercurial/verify.py @@ -130,6 +130,11 @@ class verifier(object): return lr def verify(self): + """verify the content of the Mercurial repository + + This method run all verifications, displaying issues as they are found. + + return 1 if any error have been encountered""" repo = self.repo ui = repo.ui