| D | helper.php | 17 private $branches; variable in helper_plugin_dwcommits 284 $this->branches = array(); 290 $this->branches[] = $this->html_option($matches[1],true); 293 $this->branches[] = $this->html_option($branch); 307 echo implode("\n",$this->branches);
|