Home
last modified time | relevance | path

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

/third_party/mesa3d/bin/
H A Dgen_release_notes_test.py70 out = await gather_commits(version)
159 mock.patch('bin.gen_release_notes.gather_commits', mock.AsyncMock(return_value='sha\n')):
H A Dgen_release_notes.py176 async def gather_commits(version: str) -> str: function
210 commits = await gather_commits(version)
/third_party/mesa3d/bin/pick/
H A Dui.py167 self.new_commits = await core.gather_commits(
H A Dcore.py341 async def gather_commits(version: str, previous: typing.List['Commit'], function

Completed in 3 milliseconds