Indefero

Indefero Commit Details


Date:2011-01-29 17:05:09 (13 years 10 months ago)
Author:Patrick Georgi
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:fbd1ebc294ab80928b414b5d4de38c3163734aad
Parents: 7bcfb806b0af91433d46bc7bfd4f3fece6db2719
Message:Add the parent property to a subversion commit.

Changes:

File differences

src/IDF/Scm/Svn.php
433433
434434
435435
436
437
438
436439
437440
438441
$res['date'] = gmdate('Y-m-d H:i:s', strtotime((string) $xml->logentry->date));
$res['title'] = (string) $xml->logentry->msg;
$res['commit'] = (string) $xml->logentry['revision'];
$res['parents'] = $xml->logentry['revision'] > 1
? array((string) $xml->logentry['revision'] - 1)
: array();
$res['diff'] = ($getdiff) ? $this->getDiff($commit) : '';
$res['tree'] = '';
$res['branch'] = '';

Archive Download the corresponding diff file

Page rendered in 0.07150s using 13 queries.