diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-07 08:17:29 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-07 08:17:29 +0000 |
commit | 8474b084568986a0fc6377f9f940df3f1a7d8dba (patch) | |
tree | 67c8ccc18cc41bf54b4fe8334ac1d60317a57a4e /lib/tasks | |
parent | 1a99a5a64a79f76a544adb80b63f46f757e8807a (diff) | |
download | redmine-8474b084568986a0fc6377f9f940df3f1a7d8dba.tar.gz redmine-8474b084568986a0fc6377f9f940df3f1a7d8dba.zip |
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
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/migrate_from_trac.rake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/tasks/migrate_from_trac.rake b/lib/tasks/migrate_from_trac.rake index f124703d4..26dec382b 100644 --- a/lib/tasks/migrate_from_trac.rake +++ b/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 |