Home
last modified time | relevance | path

Searched refs:branch_has_commit (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/bin/
Dcommit_in_branch_test.py7 branch_has_commit,
100 assert branch_has_commit(upstream, branch, commit) == expected
Dcommit_in_branch.py48 def branch_has_commit(upstream: str, branch: str, commit: str) -> bool: function
130 if branch_has_commit(upstream, branch, args.commit):