ソースを参照

remove trailing white-spaces from lib/tasks/migrate_from_trac.rake

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7074 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.3.0
Toshi MARUYAMA 13年前
コミット
8474b08456
1個のファイルの変更4行の追加4行の削除
  1. 4
    4
      lib/tasks/migrate_from_trac.rake

+ 4
- 4
lib/tasks/migrate_from_trac.rake ファイルの表示

@@ -1,5 +1,5 @@
# redMine - project management software
# Copyright (C) 2006-2007 Jean-Philippe Lang
# Redmine - project management software
# Copyright (C) 2006-2011 Jean-Philippe Lang
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -758,10 +758,10 @@ namespace :redmine do
prompt('Trac database encoding', :default => 'UTF-8') {|encoding| TracMigrate.encoding encoding}
prompt('Target project identifier') {|identifier| TracMigrate.target_project_identifier identifier}
puts
# Turn off email notifications
Setting.notified_events = []
TracMigrate.migrate
end
end

読み込み中…
キャンセル
保存