[Checkins] SVN: zc.buildout/branches/help-api/src/zc/buildout/buildout.py annotate files last lines

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:40:53 EDT 2009


Sorry for the noise (last 100 checkins), seems I need to improve my 
practices with git...


Godefroid Chapelle wrote:
> Log message for revision 98585:
>   annotate files last lines
> 
> Changed:
>   U   zc.buildout/branches/help-api/src/zc/buildout/buildout.py
> 
> -=-
> Modified: zc.buildout/branches/help-api/src/zc/buildout/buildout.py
> ===================================================================
> --- zc.buildout/branches/help-api/src/zc/buildout/buildout.py	2009-03-29 21:30:07 UTC (rev 98584)
> +++ zc.buildout/branches/help-api/src/zc/buildout/buildout.py	2009-03-29 21:30:14 UTC (rev 98585)
> @@ -1307,6 +1307,8 @@
>              extended_by = options.pop('extended-by', extended_by)
>          result[section] = options
>  
> +    result = _annotate(result, filename)
> +
>      if extends:
>          extends = extends.split()
>          extends.reverse()


-- 
Godefroid Chapelle (aka __gotcha) http://bubblenet.be


More information about the Checkins mailing list