Fully fix issue 112, creating Mercurial also gives Subversion repos.
This commit is contained in:
parent
dd6517c709
commit
fccdcaa878
@ -113,6 +113,9 @@ class IDF_Plugin_SyncMercurial
|
||||
*/
|
||||
function processSyncAuthz($project)
|
||||
{
|
||||
if ($project->getConf()->getVal('scm') != 'mercurial') {
|
||||
return false;
|
||||
}
|
||||
$this->SyncAccess($project);
|
||||
$this->generateProjectPasswd($project);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user