make the path to the monotone executable configurable

master
Thomas Keller 2010-04-29 01:37:28 +02:00
parent f8012c37d1
commit af4f5aaeb0
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,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_path'] = 'mtn';
$cfg['mtn_repositories'] = '/home/mtn/repositories/%s.mtn';
$cfg['mtn_remote_url'] = 'mtn://localhost/~%s/%s';