Home
last modified time | relevance | path

Searched refs:commit_text (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/
Dcomments.py41 def bug_comment_from_commit_text(scm, commit_text): argument
42 svn_revision = scm.svn_revision_from_commit_text(commit_text)
Dscm_unittest.py185 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')
Dscm.py153 def svn_revision_from_commit_text(self, commit_text): argument
154 match = re.search(self.commit_success_regexp(), commit_text, re.MULTILINE)
Dmock_bugzillatool.py313 def svn_revision_from_commit_text(self, commit_text): argument
/external/webkit/WebKitTools/
DChangeLog16995 every landed patch using the commit_text message when cleared.