Searched refs:commit_message_for_this_commit (Results 1 – 7 of 7) sorted by relevance
42 commit_message = self._tool.checkout().commit_message_for_this_commit(git_commit=None)
46 …self._commit_message = self._tool.checkout().commit_message_for_this_commit(self._options.git_comm…
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(Cha…
118 def commit_message_for_this_commit(self, git_commit, changed_files=None): member in Checkout148 …return parse_bug_id_from_changelog(self.commit_message_for_this_commit(git_commit, changed_files).…
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)
549 def commit_message_for_this_commit(self, git_commit, changed_files=None): member in MockCheckout
9800 Move commit_message_for_this_commit from scm to checkout9852 Move commit_message_for_this_commit from scm to checkout9855 Finally add some basic unit testing for Checkout.commit_message_for_this_commit10048 Move commit_message_for_this_commit from scm to checkout10077 Move commit_message_for_this_commit from scm to checkout33688 needs to be imported for commit_message_for_this_commit().33715 (commit_message_for_this_commit): Return a CommitMessage.