HomeSort by relevance Sort by last modified time
    Searched refs:last_push_title (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/tools/push-to-trunk/
auto_push.py 90 last_push_title = self.GitLog(n=1, format="%s", git_hash=last_push)
91 last_push_be = PUSH_MESSAGE_RE.match(last_push_title).group(1)
push_to_trunk.py 93 last_push_title = self.GitLog(n=1, format="%s", git_hash=last_push)
94 last_push_be_svn = PUSH_MESSAGE_RE.match(last_push_title).group(1)

Completed in 53 milliseconds