Converted the REDMINE_SUPPORTED_SCM constant to a class
Now SCMs can be added or removed using a simple API, instead of being hardcoded:
Redmine::Scm::Base.add('ScmName') Redmine::Scm::Base.delete('ScmName')
Authored by: edavis10 2010-02-16
Parent: [r3439]
Child: [r3441]