Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5, 2.5.4, 2.6.1
-
Component/s: Installation, Libraries
-
Testing Instructions:
-
Affected Branches:MOODLE_25_STABLE, MOODLE_26_STABLE
-
Fixed Branches:MOODLE_25_STABLE, MOODLE_26_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
There are plugin_external_source() functions checking that plugin come from external repository. They check for CVS, SNV, Git but not Mercurial repository.
Easy to fix one: there should be check for .hg folder there too.
Our team use Mercurial to develop plugins.