Indefero

Indefero Commit Details


Date:2009-01-25 14:22:38 (15 years 10 months ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:fccdcaa878912ef7e62301ddb6aecef614300849
Parents: dd6517c7096830a94e2803f05b33267f619f0a34
Message:Fully fix issue 112, creating Mercurial also gives Subversion repos.

Changes:

File differences

src/IDF/Plugin/SyncMercurial.php
113113
114114
115115
116
117
118
116119
117120
118121
*/
function processSyncAuthz($project)
{
if ($project->getConf()->getVal('scm') != 'mercurial') {
return false;
}
$this->SyncAccess($project);
$this->generateProjectPasswd($project);
}

Archive Download the corresponding diff file

Page rendered in 0.07065s using 14 queries.