Searched refs:check_db (Results 1 – 3 of 3) sorted by relevance
49 def comchk(comments, check_db=True, output=sys.stderr): argument115 if len(bugs) > 0 and check_db:123 if not check_db:
354 check_db = not opts.get('nocheck')355 return Comments.comchk(active.comments(), check_db=check_db, output=ui)
202 return Comments.comchk(git_comments(parent), check_db=True,