diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-06-24 19:30:38 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-06-24 19:30:38 +0000 |
commit | ba1b857197abf897279ce4982c2c29004d668b7d (patch) | |
tree | 0c37fc52f911e4a504e8e6f54e0480d8c59c64d4 /lib/redmine.rb | |
parent | faa3d984ab0a44da354b901f4962d3441b800f99 (diff) | |
download | redmine-ba1b857197abf897279ce4982c2c29004d668b7d.tar.gz redmine-ba1b857197abf897279ce4982c2c29004d668b7d.zip |
Added Darcs basic support.
Files in the repository can not be viewed or downloaded since Darcs doesn't support cat-like command.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@573 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine.rb')
-rw-r--r-- | lib/redmine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb index 76edeca55..f65715899 100644 --- a/lib/redmine.rb +++ b/lib/redmine.rb @@ -2,4 +2,4 @@ require 'redmine/version' require 'redmine/mime_type' require 'redmine/acts_as_watchable/init' -REDMINE_SUPPORTED_SCM = %w( Subversion Mercurial Cvs ) +REDMINE_SUPPORTED_SCM = %w( Subversion Darcs Mercurial Cvs ) |