Home
last modified time | relevance | path

Searched refs:commit_message_for_this_commit (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Dapplypatchwithlocalcommit.py42 commit_message = self._tool.checkout().commit_message_for_this_commit(git_commit=None)
Dcommit.py46 …self._commit_message = self._tool.checkout().commit_message_for_this_commit(self._options.git_comm…
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dapi_unittest.py121 commit_message = output.assert_outputs(self, checkout.commit_message_for_this_commit,
190 …checkout.commit_message_for_this_commit = lambda git_commit, changed_files=None: CommitMessage(Cha…
Dapi.py118 def commit_message_for_this_commit(self, git_commit, changed_files=None): member in Checkout
148 …return parse_bug_id_from_changelog(self.commit_message_for_this_commit(git_commit, changed_files).…
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dupload.py63 print "%s" % tool.checkout().commit_message_for_this_commit(options.git_commit).message()
473 commit_message = tool.checkout().commit_message_for_this_commit(options.git_commit)
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmocktool.py549 def commit_message_for_this_commit(self, git_commit, changed_files=None): member in MockCheckout
/external/webkit/Tools/
DChangeLog-2010-05-249800 Move commit_message_for_this_commit from scm to checkout
9852 Move commit_message_for_this_commit from scm to checkout
9855 Finally add some basic unit testing for Checkout.commit_message_for_this_commit
10048 Move commit_message_for_this_commit from scm to checkout
10077 Move commit_message_for_this_commit from scm to checkout
33688 needs to be imported for commit_message_for_this_commit().
33715 (commit_message_for_this_commit): Return a CommitMessage.