annotate .svn/pristine/aa/aaf62c9f3ca1b6132c157b80510087adff469138.svn-base @ 1479:2d7e82037daa bibplugin_cache

Close obsolete branch bibplugin_cache
author Chris Cannam
date Thu, 22 Nov 2012 15:09:58 +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