Skip to content
Snippets Groups Projects
Commit e8c4a9f5b986 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

verify: minimal documentation for `verifier.verify`

I expect the docstring to grow over time, so lets start small.
parent cfe08588d711
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,11 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment