Indefero

Indefero Commit Details


Date:2010-04-27 17:14:19 (14 years 7 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:5954cd0ad115397804ab48b9a9553c12266e500d
Parents: 5ef6e6c08f6d6d43a0f5f7f87e5f940ba4cf7334
Message:default to the master branch for the head / tip / main revision

Changes:

File differences

src/IDF/Project.php
436436
437437
438438
439
439
440440
441441
442442
'git' => 'master',
'svn' => 'HEAD',
'mercurial' => 'tip',
'mtn' => 'h:',
'mtn' => 'h:'.$conf->getVal('mtn_master_branch', '*'),
);
$scm = $conf->getVal('scm', 'git');
return $roots[$scm];

Archive Download the corresponding diff file

Page rendered in 0.07481s using 13 queries.