To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / plugins / redmine_checkout / lib / checkout_helper.rb @ 1318:9c2a5a4514a8

History | View | Annotate | Download (179 Bytes)

1
module CheckoutHelper
2
  class <<self
3
    def supported_scm
4
      Object.const_defined?("REDMINE_SUPPORTED_SCM") ? REDMINE_SUPPORTED_SCM : Redmine::Scm::Base.all
5
    end
6
  end
7
end