HomeSort by relevance Sort by last modified time
    Searched full:commit_message_for_this_commit (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api_unittest.py 55 Move commit_message_for_this_commit from scm to checkout
64 Move commit_message_for_this_commit from scm to checkout
90 Move commit_message_for_this_commit from scm to checkout
121 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(ChangeLogEntry(_changelog1entry1).contents().splitlines())
api.py 118 def commit_message_for_this_commit(self, git_commit, changed_files=None): member in class:Checkout
148 return parse_bug_id_from_changelog(self.commit_message_for_this_commit(git_commit, changed_files).message())
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
applypatchwithlocalcommit.py 42 commit_message = self._tool.checkout().commit_message_for_this_commit(git_commit=None)
commit.py 46 self._commit_message = self._tool.checkout().commit_message_for_this_commit(self._options.git_commit).message()
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 61 # This command is a useful test to make sure commit_message_for_this_commit
63 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/
mocktool.py 549 def commit_message_for_this_commit(self, git_commit, changed_files=None): member in class:MockCheckout

Completed in 556 milliseconds