Show More
@@ -130,6 +130,11 b' class verifier(object):' | |||||
130 | return lr |
|
130 | return lr | |
131 |
|
131 | |||
132 | def verify(self): |
|
132 | def verify(self): | |
|
133 | """verify the content of the Mercurial repository | |||
|
134 | ||||
|
135 | This method run all verifications, displaying issues as they are found. | |||
|
136 | ||||
|
137 | return 1 if any error have been encountered""" | |||
133 | repo = self.repo |
|
138 | repo = self.repo | |
134 |
|
139 | |||
135 | ui = repo.ui |
|
140 | ui = repo.ui |
General Comments 0
You need to be logged in to leave comments.
Login now