Searched refs:is_log (Results 1 – 1 of 1) sorted by relevance
62 def __init__(self, series, name=None, is_log=False): argument72 self.is_log = is_log # True if indent like git log93 if self.is_log:112 if self.commit and self.is_log:118 if self.in_section == 'cover' and self.is_log:152 commit_match = re_commit.match(line) if self.is_log else None154 if self.is_log:175 if not self.is_log and self.state == STATE_PATCH_SUBJECT:191 if self.is_log:194 if self.is_log:[all …]