Lines Matching full: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():
214 long_help = """upload uploads the current diff to bugs.webkit.org.
239 help_text = "Attach a range of local commits to bugs as patch files"
288 tool.bugs.add_patch_to_bug(bug_id, diff_file, description, comment_text, mark_for_review=options.review, mark_for_commit_queue=options.request_commit)
346 log("Bug: <%s> %s" % (tool.bugs.bug_url_for_bug_id(bug_id), tool.bugs.fetch_bug_dictionary(bug_id)["title"]))
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=options.cc, mark_for_review=options.review, mark_for_commit_queue=options.request_commit)
424 bug_id = tool.bugs.create_bug(bug_title, comment_text, options.component, diff_file, "Patch", cc=options.cc, mark_for_review=options.review, mark_for_commit_queue=options.request_commit)