Merged r12456 from trunk to 2.4-stable (#15756)

change requirement in bazaar lib as same with other scm libs.

git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12458 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-12-24 07:17:01 +00:00
parent 37a07789d1
commit fbeba062cf

View 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