Home
last modified time | relevance | path

Searched refs:commit_id (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dupload.py311 def _comment_text_for_commit(self, options, commit_message, tool, commit_id): argument
316 comment_text += tool.scm().files_changed_summary_for_commit(commit_id)
325 for commit_id in commit_ids:
326 commit_message = tool.scm().commit_message_for_local_commit(commit_id)
329 …it_message.message()) or parse_bug_id_from_changelog(tool.scm().create_patch(git_commit=commit_id))
331 … log("Skipping %s: No bug id found in commit or specified with --bug-id." % commit_id)
339 diff = tool.scm().create_patch(git_commit=commit_id)
341 comment_text = self._comment_text_for_commit(options, commit_message, tool, commit_id)
445 commit_id = commit_ids[0]
452 commit_message = tool.scm().commit_message_for_local_commit(commit_id)
[all …]
/external/chromium/chrome/browser/sync/sessions/
Dordered_commit_set.cc22 const syncable::Id& commit_id, in AddCommitItem() argument
27 commit_ids_.push_back(commit_id); in AddCommitItem()
Dordered_commit_set.h40 void AddCommitItem(const int64 metahandle, const syncable::Id& commit_id,
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dscm.py733 commit_id = self.git_commit_from_svn_revision(revision)
734 return self._changes_files_for_commit(commit_id)
977 def commit_message_for_local_commit(self, commit_id): argument
978 commit_lines = self.run(['git', 'cat-file', 'commit', commit_id]).splitlines()
988 def files_changed_summary_for_commit(self, commit_id): argument
989 return self.run(['git', 'diff-tree', '--shortstat', '--no-commit-id', commit_id])
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py484 def commit_message_for_local_commit(self, commit_id): argument
485 if commit_id == "Commitish1":
488 if commit_id == "Commitish2":
/external/webkit/Tools/
DChangeLog-2010-05-243843 --git-since is removed and --git-commit no longer implies commit_id..
3845 (e.g. commit_id..) as arguments.
34245 return a patch for the given commit_id.