MCPcopy
hub / github.com/pyodide/pyodide / print_commits

Function print_commits

tools/backport.py:578–580  ·  view source on GitHub ↗
(commits)

Source from the content-addressed store, hash-verified

576
577
578def print_commits(commits):
579 for commit in commits:
580 print(commit.pr_number, commit.shorthash, commit.shortlog)
581
582
583def show_missing_changelogs(args) -> None:

Callers 2

show_missing_changelogsFunction · 0.85
show_not_backportedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…