Lines Matching refs:commit
17 from patman.commit import Commit
108 for i, commit in enumerate(series.commits):
109 clean_subject = self._get_patch_name(commit.subject)
233 for i, commit in enumerate(series.commits):
511 self.assertEqual(pstrm.commit.rtags, {
526 pstrm.commit.warn)
539 pstrm.commit.warn)
548 self.assertEqual(["Line 3: Ignoring Commit-fred"], pstrm.commit.warn)
558 self.assertEqual(["Ignoring '%s'" % test_line], pstrm.commit.warn)
567 self.assertEqual(["Line 3/0 has space before tab"], pstrm.commit.warn)
578 self.assertEqual(["Found 2 lines after TEST="], pstrm.commit.warn)
605 pstrm.commit.warn)
1119 self.assertEqual([], pstrm.commit.warn)