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

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 311 def _comment_text_for_commit(self, options, commit_message, tool, commit_id):
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 bug_id = options.bug_id or parse_bug_id_from_changelog(commit_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/
ordered_commit_set.cc 22 const syncable::Id& commit_id,
27 commit_ids_.push_back(commit_id);
ordered_commit_set.h 40 void AddCommitItem(const int64 metahandle, const syncable::Id& commit_id,
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 484 def commit_message_for_local_commit(self, commit_id):
485 if commit_id == "Commitish1":
488 if commit_id == "Commitish2":
491 raise Exception("Bogus commit_id in commit_message_for_local_commit.")
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 733 commit_id = self.git_commit_from_svn_revision(revision)
734 return self._changes_files_for_commit(commit_id)
    [all...]

Completed in 631 milliseconds