From 5954cd0ad115397804ab48b9a9553c12266e500d Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Wed, 28 Apr 2010 00:14:19 +0200 Subject: [PATCH] default to the master branch for the head / tip / main revision --- src/IDF/Project.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Project.php b/src/IDF/Project.php index 762bbde..b1dfb76 100644 --- a/src/IDF/Project.php +++ b/src/IDF/Project.php @@ -436,7 +436,7 @@ class IDF_Project extends Pluf_Model 'git' => 'master', 'svn' => 'HEAD', 'mercurial' => 'tip', - 'mtn' => 'h:', + 'mtn' => 'h:'.$conf->getVal('mtn_master_branch', '*'), ); $scm = $conf->getVal('scm', 'git'); return $roots[$scm];