Home
last modified time | relevance | path

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

/third_party/mesa3d/bin/pick/
Dcore.py52 IS_REVERT = re.compile(r'This reverts commit ([0-9a-f]{40})') variable
291 m = IS_REVERT.search(out)
Dcore_test.py235 m = core.IS_REVERT.search(message)