Indefero

Indefero Commit Details


Date:2010-10-09 05:09:51 (14 years 2 months 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:d25bc74d717e62a537e2e15ce960300e9f25ce0f
Parents: 806e69b85898d3e36e5f307d1cfb5c8205562d84
Message:If no branch certificates are attached to a revision, we do not get an empty array back from _getCerts(), but no entry for 'branch' at all.

Changes:

File differences

src/IDF/Scm/Monotone.php
413413
414414
415415
416
416
417417
418418
419419
$certs = $scm->_getCerts($revs[0]);
// for the very seldom case that a revision
// has no branch certificate
if (count($certs['branch']) == 0) {
if (!array_key_exists('branch', $certs)) {
$branch = '*';
}
else

Archive Download the corresponding diff file

Page rendered in 0.07556s using 13 queries.