Home
last modified time | relevance | path

Searched refs:gather_commits (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/bin/
Dgen_release_notes_test.py70 out = await gather_commits(version)
Dgen_release_notes.py176 async def gather_commits(version: str) -> str: function
210 commits = await gather_commits(version)
/third_party/mesa3d/bin/pick/
Dui.py167 self.new_commits = await core.gather_commits(
Dcore.py341 async def gather_commits(version: str, previous: typing.List['Commit'], function