]> source.dussan.org Git - redmine.git/commitdiff
Merged r12456 from trunk to 2.3-stable (#15756) 2.3-stable
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 24 Dec 2013 07:18:09 +0000 (07:18 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 24 Dec 2013 07:18:09 +0000 (07:18 +0000)
change requirement in bazaar lib as same with other scm libs.

git-svn-id: http://svn.redmine.org/redmine/branches/2.3-stable@12459 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/scm/adapters/bazaar_adapter.rb

index b0a0a89297c00a63f271914ce1b0f6c3e930bcf0..8de831d6c5fc70e9d91578a0bfbed0971a126350 100644 (file)
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
-require 'redmine/scm/adapters'
+require 'redmine/scm/adapters/abstract_adapter'
 
 module Redmine
   module Scm