annotate .svn/pristine/aa/aaf62c9f3ca1b6132c157b80510087adff469138.svn-base @ 1074:b98e55985cb7 luisf

Merge
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 21 Nov 2012 16:04:55 +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