Searched defs:commit_id (Results 1 – 3 of 3) sorted by relevance
/external/webkit/WebKitTools/Scripts/webkitpy/ |
D | scm.py | 242 def create_patch_from_local_commit(self, commit_id): argument 245 def create_patch_since_local_commit(self, commit_id): argument 465 def create_patch_from_local_commit(self, commit_id): argument 468 def create_patch_since_local_commit(self, commit_id): argument 501 def commit_message_for_local_commit(self, commit_id): argument 512 def files_changed_summary_for_commit(self, commit_id): argument
|
D | mock_bugzillatool.py | 293 def commit_message_for_local_commit(self, commit_id): argument 302 def create_patch_from_local_commit(self, commit_id): argument
|
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
D | upload.py | 253 def _comment_text_for_commit(self, options, commit_message, tool, commit_id): argument 261 def _diff_file_for_commit(self, tool, commit_id): argument
|