* idf.php-dist: no need to configure a branch prefix any longer now that the project owner can define the master branch name

* Monotone.php: change accordingly to use the configured master branch name and fallback to all branches ("*") if noone is found
This commit is contained in:
Thomas Keller
2010-04-27 23:28:52 +02:00
parent 18ba8d0ac5
commit 94a5464155
2 changed files with 7 additions and 4 deletions

View File

@@ -76,8 +76,7 @@ $cfg['svn_remote_url'] = 'http://localhost/svn/%s';
# Same as for git, you can have multiple repositories, one for each
# project or a single one for all the projects.
$cfg['mtn_repositories'] = '/home/mtn/repositories/%s.mtn';
$cfg['mtn_branch_prefix'] = 'com.indefero.projects.';
$cfg['mtn_remote_url'] = 'mtn://localhost/~%s/%s%s';
$cfg['mtn_remote_url'] = 'mtn://localhost/~%s/%s';
# Mercurial repositories path
#$cfg['mercurial_repositories'] = '/home/mercurial/repositories/%s';