OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comment_text
(Results
1 - 5
of
5
) sorted by null
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
closepatch.py
35
comment_text
= bug_comment_from_commit_text(self._tool.scm(), state["commit_text"])
36
self._tool.bugs.clear_attachment_flags(state["patch"].id(),
comment_text
)
closebugforlanddiff.py
43
comment_text
= bug_comment_from_commit_text(self._tool.scm(), state["commit_text"])
51
self._tool.bugs.close_bug_as_fixed(bug_id,
comment_text
)
55
self._tool.bugs.post_comment_to_bug(bug_id,
comment_text
)
57
log(
comment_text
)
completerollout.py
60
comment_text
= "Reverted r%s for reason:\n\n%s\n\n%s" % (state["revision"], state["reason"], commit_comment)
63
log(
comment_text
)
66
self._tool.bugs.reopen_bug(bug_id,
comment_text
)
/external/webkit/WebKitTools/Scripts/webkitpy/
bugzilla.py
316
comment_text
= "Rejecting patch %s from commit-queue." % attachment_id
320
comment_text
,
326
comment_text
= "Rejecting patch %s from review queue." % attachment_id
330
comment_text
,
501
comment_text
=None,
529
comment_text
=None,
540
log(
comment_text
)
552
if
comment_text
:
553
log(
comment_text
)
554
self.browser['comment'] =
comment_text
[
all
...]
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload.py
254
comment_text
= None
256
comment_text
= commit_message.body(lstrip=True)
257
comment_text
+= "---\n"
258
comment_text
+= tool.scm().files_changed_summary_for_commit(commit_id)
259
return
comment_text
287
comment_text
= self._comment_text_for_commit(options, commit_message, tool, commit_id)
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)
392
comment_text
= ""
394
(bug_title,
comment_text
) = self.prompt_for_bug_title_and_comment()
398
comment_text
= commit_message.body(lstrip=True
[
all
...]
Completed in 82 milliseconds