Searched refs:get_new_commits (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/bin/pick/ | ||
D | ui.py | 160 new_commits = await core.get_new_commits(sha) |
D | core.py | 206 async def get_new_commits(sha: str) -> typing.List[typing.Tuple[str, str]]: function |