annotate .svn/pristine/aa/aaf62c9f3ca1b6132c157b80510087adff469138.svn-base @ 1477:f2ad2199b49a bibplugin_integration

Close obsolete branch bibplugin_integration
author Chris Cannam
date Fri, 30 Nov 2012 14:41:31 +0000
parents cbb26bc654de
children
rev   line source
Chris@909 1 desc 'Removes watchers from what they can no longer view.'
Chris@909 2
Chris@909 3 namespace :redmine do
Chris@909 4 namespace :watchers do
Chris@909 5 task :prune => :environment do
Chris@909 6 Watcher.prune
Chris@909 7 end
Chris@909 8 end
Chris@909 9 end