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

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 326 commit_message = tool.scm().commit_message_for_local_commit(commit_id)
452 commit_message = tool.scm().commit_message_for_local_commit(commit_id)
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 484 def commit_message_for_local_commit(self, commit_id): member in class:MockSCM
491 raise Exception("Bogus commit_id in commit_message_for_local_commit.")
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 977 def commit_message_for_local_commit(self, commit_id): member in class:Git
    [all...]

Completed in 885 milliseconds