Searched refs:commit_text (Results 1 – 5 of 5) sorted by relevance
41 def bug_comment_from_commit_text(scm, commit_text): argument42 svn_revision = scm.svn_revision_from_commit_text(commit_text)
185 commit_text = self.scm.commit_with_message('another test commit')186 self.assertEqual(self.scm.svn_revision_from_commit_text(commit_text), '5')190 commit_text = self.scm.commit_with_message('yet another test commit')191 self.assertEqual(self.scm.svn_revision_from_commit_text(commit_text), '0')
153 def svn_revision_from_commit_text(self, commit_text): argument154 match = re.search(self.commit_success_regexp(), commit_text, re.MULTILINE)
313 def svn_revision_from_commit_text(self, commit_text): argument
16995 every landed patch using the commit_text message when cleared.