summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-03 17:40:43 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-03 17:40:43 +0000
commit056e3703da194ade315004e7d91ce318eaf1e6b2 (patch)
tree2194839b5c68650cfcb4b9f467fce07dea800c65 /lib/redmine.rb
parent92a23c05bb71e62426cec2298d90b39fadd0eb52 (diff)
downloadredmine-056e3703da194ade315004e7d91ce318eaf1e6b2.tar.gz
redmine-056e3703da194ade315004e7d91ce318eaf1e6b2.zip
Added Bazaar adapter.
Fixed 'quick jump to a revision' form on the revisions list. git-svn-id: http://redmine.rubyforge.org/svn/trunk@950 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine.rb')
-rw-r--r--lib/redmine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index b74f00aec..32239ce59 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -10,7 +10,7 @@ rescue LoadError
# RMagick is not available
end
-REDMINE_SUPPORTED_SCM = %w( Subversion Darcs Mercurial Cvs )
+REDMINE_SUPPORTED_SCM = %w( Subversion Darcs Mercurial Cvs Bazaar )
# Permissions
Redmine::AccessControl.map do |map|