Searched refs:is_log (Results 1 – 1 of 1) sorted by relevance
61 def __init__(self, series, name=None, is_log=False): argument71 self.is_log = is_log # True if indent like git log92 if self.is_log:111 if self.commit and self.is_log:117 if self.in_section == 'cover' and self.is_log:151 commit_match = re_commit.match(line) if self.is_log else None153 if self.is_log:174 if not self.is_log and self.state == STATE_PATCH_SUBJECT:190 if self.is_log:193 if self.is_log:[all …]