obsolete.ChilliProject/lib/tasks/fetch_changesets.rake

9 lines
156 B
Ruby
Raw Normal View History

2011-05-29 23:00:18 +04:00
desc 'Fetch changesets from the repositories'
namespace :redmine do
task :fetch_changesets => :environment do
Repository.fetch_changesets
end
end