On 18 October 2011 03:02,  <cross...@apache.org> wrote:
> Author: crossley
> Date: Tue Oct 18 02:02:39 2011
> New Revision: 1185456
>
> URL: http://svn.apache.org/viewvc?rev=1185456&view=rev
> Log:
> Fix typo.

Oops, sorry!

> Modified:
>    incubator/public/trunk/clutch.py
>
> Modified: incubator/public/trunk/clutch.py
> URL: 
> http://svn.apache.org/viewvc/incubator/public/trunk/clutch.py?rev=1185456&r1=1185455&r2=1185456&view=diff
> ==============================================================================
> --- incubator/public/trunk/clutch.py (original)
> +++ incubator/public/trunk/clutch.py Tue Oct 18 02:02:39 2011
> @@ -917,13 +917,13 @@ for k in sorted(projectNames, key=str.lo
>   if not projects[k]['hasMailListCommits'] and optionInfo:
>     print("INFO: %s: Does not yet have 'commits' mail list" % k)
>
> -if if optionInfo:
> +# end of processing each podling to detect resource availability
> +
> +if optionInfo:
>   for entry in sorted(incubatorSvnDirs):
>     if incubatorSvnDirs[entry] == True:
>       print("INFO: unused SVN directory %s" % entry)
>
> -# end of processing
> -
>  print("Output the data ...")
>  reportingGroups = {'month': 'Monthly',
>     'group-1': 'January,April,July,October',
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cvs-unsubscr...@incubator.apache.org
> For additional commands, e-mail: cvs-h...@incubator.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to