HomeSort by relevance Sort by last modified time
    Searched refs:request_commit (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
postdiff.py 41 Options.request_commit,
49 self._tool.bugs.add_patch_to_bug(state["bug_id"], diff_file, description, mark_for_review=self._options.review, mark_for_commit_queue=self._options.request_commit)
options.py 52 request_commit = make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review.") variable in class:Options
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload.py 249 steps.Options.request_commit,
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)
380 make_option("--request-commit", action="store_true", dest="request_commit", default=False, help="Mark the patch as needing auto-commit after review."),
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)

Completed in 1107 milliseconds