summaryrefslogtreecommitdiffstats
path: root/extra
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 /extra
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 'extra')
-rwxr-xr-xextra/svn/reposman.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb
index 4f748acf0..aec5760d6 100755
--- a/extra/svn/reposman.rb
+++ b/extra/svn/reposman.rb
@@ -6,7 +6,7 @@ require 'etc'
require 'rubygems'
Version = "1.5"
-SUPPORTED_SCM = %w( Subversion Darcs Mercurial Bazaar Git Filesystem )
+SUPPORTED_SCM = %w( Subversion Mercurial Bazaar Git Filesystem )
$verbose = 0
$quiet = false