Searched refs:PUSH_MESSAGE_RE (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/tools/push-to-trunk/
H A Dauto_push.py39 PUSH_MESSAGE_RE = re.compile(r".* \(based on bleeding_edge revision r(\d+)\)$") variable
91 last_push_be = PUSH_MESSAGE_RE.match(last_push_title).group(1)
H A Dpush_to_trunk.py38 PUSH_MESSAGE_RE = re.compile(r".* \(based on bleeding_edge revision r(\d+)\)$") variable
94 last_push_be_svn = PUSH_MESSAGE_RE.match(last_push_title).group(1)
H A Dreleases.py29 PUSH_MESSAGE_RE = re.compile(r".* \(based on bleeding_edge revision r(\d+)\)$") variable
131 return MatchSafe(PUSH_MESSAGE_RE.match(title))

Completed in 755 milliseconds