make the path to the monotone executable configurable
This commit is contained in:
parent
f8012c37d1
commit
af4f5aaeb0
@ -75,6 +75,7 @@ $cfg['svn_remote_url'] = 'http://localhost/svn/%s';
|
|||||||
|
|
||||||
# Same as for git, you can have multiple repositories, one for each
|
# Same as for git, you can have multiple repositories, one for each
|
||||||
# project or a single one for all the projects.
|
# project or a single one for all the projects.
|
||||||
|
$cfg['mtn_path'] = 'mtn';
|
||||||
$cfg['mtn_repositories'] = '/home/mtn/repositories/%s.mtn';
|
$cfg['mtn_repositories'] = '/home/mtn/repositories/%s.mtn';
|
||||||
$cfg['mtn_remote_url'] = 'mtn://localhost/~%s/%s';
|
$cfg['mtn_remote_url'] = 'mtn://localhost/~%s/%s';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user