##// END OF EJS Templates
verify: document the `warn` method...
marmoute -
r42027:a5874830 default
parent child Browse files
Show More
@@ -52,6 +52,7 b' class verifier(object):'
52 self.warnorphanstorefiles = True
52 self.warnorphanstorefiles = True
53
53
54 def warn(self, msg):
54 def warn(self, msg):
55 """record a "warning" level issue"""
55 self.ui.warn(msg + "\n")
56 self.ui.warn(msg + "\n")
56 self.warnings += 1
57 self.warnings += 1
57
58
General Comments 0
You need to be logged in to leave comments. Login now