# HG changeset patch # User Paul Boddie # Date 1462889233 -7200 # Node ID d13def5b985380209a385b54d851543e476dde26 # Parent b9f3c2a2ca2bc79e043b89e4d9c2c7c7e308e993 Improved the schedule_across_quota commentary. diff -r b9f3c2a2ca2b -r d13def5b9853 imiptools/handlers/scheduling/quota.py --- a/imiptools/handlers/scheduling/quota.py Tue May 10 15:45:53 2016 +0200 +++ b/imiptools/handlers/scheduling/quota.py Tue May 10 16:07:13 2016 +0200 @@ -194,8 +194,8 @@ quota, organiser = _get_quota_and_identity(handler, args) - # If newer than any old version, discard old details from the - # free/busy record and check for suitability. + # Check the event periods against the quota's consolidated record of the + # organiser's reservations. periods = handler.get_periods(handler.obj) freebusy = handler.get_journal().get_freebusy(quota, organiser)