Change Details
| src/IDF/Views/Source.php |
| 65 | 65 | $title = sprintf(__('%1$s %2$s Change Log'), (string) $request->project, |
| 66 | 66 | $this->getScmType($request)); |
| 67 | 67 | $scm = IDF_Scm::get($request->project); |
| 68 | if (!$scm->isAvailable()) { |
| 69 | $url = Pluf_HTTP_URL_urlForView('IDF_Views_Source::help', |
| 70 | array($request->project->shortname)); |
| 71 | return new Pluf_HTTP_Response_Redirect($url); |
| 72 | } |
| 68 | 73 | $branches = $scm->getBranches(); |
| 69 | 74 | $commit = $match[2]; |
| 70 | 75 | if (!$scm->isValidRevision($commit)) { |
Download the corresponding diff file