Home | History | Annotate | Download | only in push-to-trunk

Lines Matching refs:_Config

262     self._config = config
268 self.default_cwd = self._config.get("DEFAULT_CWD") or DEFAULT_CWD
271 assert self._config is not None
286 return self._config[key]
290 state_file = "%s-state.json" % self._config["PERSISTFILE_BASENAME"]
429 self.DeleteBranch(self._config["BRANCHNAME"])
433 if self._config["BRANCHNAME"] != self["current_branch"]:
434 self.GitDeleteBranch(self._config["BRANCHNAME"])
437 for f in glob.iglob("%s*" % self._config["PERSISTFILE_BASENAME"]):
522 TextToFile(patch, self._config["PATCH_FILE"])
527 (root, self._config["PATCH_FILE"]),
608 self._config = config or self._Config()
624 def _Config(self):
692 state_file = "%s-state.json" % self._config["PERSISTFILE_BASENAME"]
698 steps.append(MakeStep(step_class, number, self._state, self._config,