Searched refs:CommitInfo (Results 1 – 6 of 6) sorted by relevance
31 from webkitpy.common.checkout.commitinfo import CommitInfo50 commit = CommitInfo(123, "committer@example.com", changelog_data, committer_list)
34 from webkitpy.common.checkout.commitinfo import CommitInfo98 return CommitInfo(revision, committer_email, changelog_data)
35 class CommitInfo(object): class
33 from webkitpy.common.checkout.commitinfo import CommitInfo529 return CommitInfo(svn_revision, "eric@webkit.org", {
35 from webkitpy.common.checkout.commitinfo import CommitInfo
2199 - _commit_info failed to actually return the CommitInfo in the no-bug-id case.8389 - Now that we have CommitInfo, we can automatically CC the9914 Remove some evil statics from CommitInfo11519 CommitInfo to make the SheriffBot testable, but I did the minimum11671 Split out CommitInfo class and add unit tests11674 Move more logic out of "what-broke" into a shared CommitInfo