##// END OF EJS Templates
remove trailing white-spaces from lib/tasks/migrate_from_trac.rake...
Toshi MARUYAMA -
r6954:8474b0845689
parent child
Show More
@@ -1,5 +1,5
1 # redMine - project management software
1 # Redmine - project management software
2 # Copyright (C) 2006-2007 Jean-Philippe Lang
2 # Copyright (C) 2006-2011 Jean-Philippe Lang
3 #
3 #
4 # This program is free software; you can redistribute it and/or
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
5 # modify it under the terms of the GNU General Public License
@@ -758,10 +758,10 namespace :redmine do
758 prompt('Trac database encoding', :default => 'UTF-8') {|encoding| TracMigrate.encoding encoding}
758 prompt('Trac database encoding', :default => 'UTF-8') {|encoding| TracMigrate.encoding encoding}
759 prompt('Target project identifier') {|identifier| TracMigrate.target_project_identifier identifier}
759 prompt('Target project identifier') {|identifier| TracMigrate.target_project_identifier identifier}
760 puts
760 puts
761
761
762 # Turn off email notifications
762 # Turn off email notifications
763 Setting.notified_events = []
763 Setting.notified_events = []
764
764
765 TracMigrate.migrate
765 TracMigrate.migrate
766 end
766 end
767 end
767 end
General Comments 0
You need to be logged in to leave comments. Login now