Home
last modified time | relevance | path

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

/external/v8/tools/release/
Dpush_to_candidates.py210 TextToFile(self.GitDiff(self.vc.RemoteCandidateBranch(),
242 self.vc.RemoteCandidateBranch())
254 self.GitCheckoutFile(CHANGELOG_FILE, self.vc.RemoteCandidateBranch())
257 self.GitCheckoutFile(VERSION_FILE, self.vc.RemoteCandidateBranch())
279 self.vc.RemoteCandidateBranch())
332 self["version"], self.vc.RemoteCandidateBranch(), self["commit_title"])
Dcommon_includes.py311 def RemoteCandidateBranch(self): member in VCInterface
355 def RemoteCandidateBranch(self): member in GitInterface