OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bug_comment_from_commit_text
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
closepatch.py
29
from webkitpy.tool.comments import
bug_comment_from_commit_text
namespace
35
comment_text =
bug_comment_from_commit_text
(self._tool.scm(), state["commit_text"])
reopenbugafterrollout.py
29
from webkitpy.tool.comments import
bug_comment_from_commit_text
namespace
36
commit_comment =
bug_comment_from_commit_text
(self._tool.scm(), state["commit_text"])
closebugforlanddiff.py
29
from webkitpy.tool.comments import
bug_comment_from_commit_text
namespace
43
comment_text =
bug_comment_from_commit_text
(self._tool.scm(), state["commit_text"])
/external/webkit/Tools/Scripts/webkitpy/tool/
comments.py
40
def
bug_comment_from_commit_text
(scm, commit_text):
function
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
download.py
39
from webkitpy.tool.comments import
bug_comment_from_commit_text
namespace
Completed in 638 milliseconds