summaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-25 17:32:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-25 17:32:53 +0000
commit0910b2bdbe5144238f6fb66e9b1172578a056472 (patch)
tree791fc42a1d41afedef640b95d841851e5654ae90 /lib/tasks
parent33d95444b66d4b4f88443957c200675157ca9963 (diff)
downloadredmine-0910b2bdbe5144238f6fb66e9b1172578a056472.tar.gz
redmine-0910b2bdbe5144238f6fb66e9b1172578a056472.zip
Drop Darcs support (#26391).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16886 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/testing.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/testing.rake b/lib/tasks/testing.rake
index 47364c82c..de0d5f24c 100644
--- a/lib/tasks/testing.rake
+++ b/lib/tasks/testing.rake
@@ -26,7 +26,7 @@ namespace :test do
FileUtils.mkdir_p Rails.root + '/tmp/test'
end
- supported_scms = [:subversion, :cvs, :bazaar, :mercurial, :git, :darcs, :filesystem]
+ supported_scms = [:subversion, :cvs, :bazaar, :mercurial, :git, :filesystem]
desc "Creates a test subversion repository"
task :subversion => :create_dir do