Lines Matching refs:bugs
76 for bug_id in tool.bugs.queries.fetch_bug_ids_from_pending_commit_list():
77 bug = self.tool.bugs.fetch_bug(bug_id)
84 self.tool.bugs.obsolete_attachment(patch.id(), message)
99 bug = self.tool.bugs.fetch_bug(bug_id)
101 if assigned_to_email != self.tool.bugs.unassigned_email:
123 self.tool.bugs.reassign_bug(bug_id, committer.bugzilla_email(), reassign_message)
126 for bug_id in tool.bugs.queries.fetch_bug_ids_from_pending_commit_list():
288 …tool.bugs.add_patch_to_bug(bug_id, diff_file, description, comment_text, mark_for_review=options.r…
346 …log("Bug: <%s> %s" % (tool.bugs.bug_url_for_bug_id(bug_id), tool.bugs.fetch_bug_dictionary(bug_id)…
350 tool.user.open_url(tool.bugs.bug_url_for_bug_id(bug_id))
362 tool.bugs.post_comment_to_bug(bug_id, bug_comment)
365 tool.bugs.close_bug_as_fixed(bug_id, bug_comment)
404 …bug_id = tool.bugs.create_bug(bug_title, comment_text, options.component, diff_file, "Patch", cc=o…
424 …bug_id = tool.bugs.create_bug(bug_title, comment_text, options.component, diff_file, "Patch", cc=o…