Lines Matching refs:log
45 from webkitpy.webkit_logging import error, log
102 log("Bug %s is already assigned to %s (%s)." % (bug_id, assigned_to_email, committers.committer_by_email(assigned_to_email)))
107 log("Bug %s has no non-obsolete patches, ignoring." % bug_id)
112 log("All reviewed patches on bug %s already have commit-queue+, ignoring." % bug_id)
119 log("Attacher %s is not a committer. Bug %s likely needs commit-queue+." % (attacher_email, bug_id))
244 make_option("-b", "--bug-id", action="store", type="string", dest="bug_id", help="Specify bug id if no URL is provided in the commit log."),
245 make_option("--add-log-as-comment", action="store_true", dest="add_log_as_comment", default=False, help="Add commit log message as a comment when uploading the patch."),
277 log("Skipping %s: No bug id found in commit or specified with --bug-id." % commit_id)
297 make_option("--bug-id", action="store", type="string", dest="bug_id", help="Specify bug id if no URL is provided in the commit log."),
346 log("Bug: <%s> %s" % (tool.bugs.bug_url_for_bug_id(bug_id), tool.bugs.fetch_bug_dictionary(bug_id)["title"]))
347 log("Revision: %s" % svn_revision)
361 log("Adding comment to Bug %s." % bug_id)
364 log("Adding comment to Bug %s and marking as Resolved/Fixed." % bug_id)
378 make_option("--no-prompt", action="store_false", dest="prompt", default=True, help="Do not prompt for bug title and comment; use commit log instead."),