Lines Matching refs:in_section
68 self.in_section = None # Name of start...END section we are in
91 self.in_section = name
107 self.in_section = 'commit-' + name
118 if self.in_section == 'cover' and self.is_log:
120 self.in_section = None
186 if self.in_section:
187 self.warn.append("Missing 'END' in section '%s'" % self.in_section)
188 if self.in_section == 'cover':
190 elif self.in_section == 'notes':
193 elif self.in_section == 'commit-notes':
197 self.warn.append("Unknown section '%s'" % self.in_section)
198 self.in_section = None
208 if self.in_section:
210 if self.in_section == 'cover':
212 elif self.in_section == 'notes':
215 elif self.in_section == 'commit-notes':
219 self.warn.append("Unknown section '%s'" % self.in_section)
220 self.in_section = None
243 self.in_section = 'cover'