Indefero

Indefero Commit Details


Date:2010-11-17 16:18:06 (14 years 1 month ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:abc8b8f4ab35e23ecda57b8b12646a410e9a6cef
Parents: 08ef485ca99a9627790592aeff72f76c23a477e6
Message:Another f'up - isValidRevision() is gone, replaced by validateRevision(). Unit tests would really, really help us here...

Changes:

File differences

src/IDF/Scm/Svn.php
398398
399399
400400
401
401
402402
403403
404404
*/
public function getCommit($commit, $getdiff=false)
{
if (!$this->isValidRevision($commit)) {
if ($this->validateRevision($commit) != IDF_Scm::REVISION_VALID) {
return false;
}
$res = array();

Archive Download the corresponding diff file

Page rendered in 0.08398s using 13 queries.