Searched refs:PUSH_MSG_GIT_RE (Results 1 – 2 of 2) sorted by relevance
30 PUSH_MSG_GIT_RE = re.compile(r".* \(based on ([a-fA-F0-9]+)\)$") variable141 return MatchSafe(PUSH_MSG_GIT_RE.match(title))
50 PUSH_MSG_GIT_RE = re.compile(r".* \(based on (?P<git_rev>[a-fA-F0-9]+)\)$") variable692 match = PUSH_MSG_GIT_RE.match(title)