Home
last modified time | relevance | path

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

/external/v8/tools/release/
Dpush_to_candidates.py192 TextToFile(self.GitDiff(self.vc.RemoteCandidateBranch(),
224 self.vc.RemoteCandidateBranch())
236 self.GitCheckoutFile(CHANGELOG_FILE, self.vc.RemoteCandidateBranch())
239 self.GitCheckoutFile(VERSION_FILE, self.vc.RemoteCandidateBranch())
261 self.vc.RemoteCandidateBranch())
314 self["version"], self.vc.RemoteCandidateBranch(), self["commit_title"])
Dcommon_includes.py320 def RemoteCandidateBranch(self): member in VCInterface
364 def RemoteCandidateBranch(self): member in GitInterface