/** * Provides a list of the branches in this project. */ public function DNBranchList() { if ($this->CVSPath && !$this->repoExists()) { $this->cloneRepo(); } return DNBranchList::create($this, $this->DNData()); }
public static function set_refs_dir($refsDir) { self::$refs_dir = $refsDir; }