(self)
| 186 | self.parse_commits(self.create_dark_commit(), i, circle) |
| 187 | |
| 188 | def parse_all(self): |
| 189 | if self.all: |
| 190 | for branch in self.get_nonparent_branch_names(): |
| 191 | self.parse_commits(self.get_commit(branch.name)) |
| 192 | |
| 193 | def show_intro(self): |
| 194 | if settings.animate and settings.show_intro: |