Lines Matching refs:comments
29 # Check delta comments:
54 def comchk(comments, check_db=True, output=sys.stderr, arcPath=None):
55 '''Validate checkin comments against ON standards.
57 Comments must be a list of one-line comments, with no trailing
79 for com in comments:
80 # Our input must be newline-free, comments are line-wise.
84 # Ignore valid comments we can't check
139 # that in the comments, allowing for possible '(fix
180 output.write("WARNING: Blank line(s) in comments\n")
186 "comments:\n")
199 output.write("These comments are neither bug nor ARC case:\n")