Browse Source

change requirement in bazaar lib as same with other scm libs (#15756)

git-svn-id: http://svn.redmine.org/redmine/trunk@12456 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.5.0
Toshi MARUYAMA 10 years ago
parent
commit
e10aa2529d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/redmine/scm/adapters/bazaar_adapter.rb

+ 1
- 1
lib/redmine/scm/adapters/bazaar_adapter.rb 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

Loading…
Cancel
Save