Home | History | Annotate | Download | only in patman

Lines Matching refs:notes

68         self.notes = []                  # Series notes
89 if name == 'notes':
105 if name == 'notes':
189 elif self.in_section == 'notes':
191 self.series.notes += self.section
192 elif self.in_section == 'commit-notes':
194 self.commit.notes += self.section
211 elif self.in_section == 'notes':
213 self.series.notes += self.section
214 elif self.in_section == 'commit-notes':
216 self.commit.notes += self.section
282 if name == 'notes':
333 out += self.commit.notes
519 if series.get('notes'):
520 line += '\n'.join(series.notes) + '\n'