(commits)
| 576 | |
| 577 | |
| 578 | def print_commits(commits): |
| 579 | for commit in commits: |
| 580 | print(commit.pr_number, commit.shorthash, commit.shortlog) |
| 581 | |
| 582 | |
| 583 | def show_missing_changelogs(args) -> None: |
no outgoing calls
no test coverage detected
searching dependent graphs…