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

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
commit.py 34 commit_message = self._tool.scm().commit_message_for_this_commit()
35 state["commit_text"] = self._tool.scm().commit_with_message(commit_message.message())
applypatchwithlocalcommit.py 42 commit_message = self._tool.scm().commit_message_for_this_commit()
43 self._tool.scm().commit_locally_with_message(commit_message.message() or state["patch"].name())
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload.py 253 def _comment_text_for_commit(self, options, commit_message, tool, commit_id):
256 comment_text = commit_message.body(lstrip=True)
272 commit_message = tool.scm().commit_message_for_local_commit(commit_id)
275 bug_id = options.bug_id or parse_bug_id(commit_message.message()) or parse_bug_id(tool.scm().create_patch_from_local_commit(commit_id))
286 description = options.description or commit_message.description(lstrip=True, strip_url=True)
287 comment_text = self._comment_text_for_commit(options, commit_message, tool, commit_id)
396 commit_message = tool.scm().commit_message_for_local_commit(commit_id)
397 bug_title = commit_message.description(lstrip=True, strip_url=True)
398 comment_text = commit_message.body(lstrip=True)
418 commit_message = tool.scm().commit_message_for_this_commit(
    [all...]

Completed in 215 milliseconds