[Checkins] SVN: zope.app.generations/trunk/src/zope/app/generations/README.txt made blocks consistent

Baiju M mbaiju at zeomega.net
Sun Apr 5 16:00:58 EDT 2009


In reStructuredText, I think two colons "::"" is required to make it
source text ?

--
Baiju M


On Sun, Apr 5, 2009 at 2:17 PM, Michael Howitz <mh at gocept.com> wrote:
> Log message for revision 98882:
>  made blocks consistent
>
>
> Changed:
>  U   zope.app.generations/trunk/src/zope/app/generations/README.txt
>
> -=-
> Modified: zope.app.generations/trunk/src/zope/app/generations/README.txt
> ===================================================================
> --- zope.app.generations/trunk/src/zope/app/generations/README.txt      2009-04-05 16:46:19 UTC (rev 98881)
> +++ zope.app.generations/trunk/src/zope/app/generations/README.txt      2009-04-05 19:17:12 UTC (rev 98882)
> @@ -210,7 +210,7 @@
>  for dependent packages.  This is not a requirement of the framework,
>  but a convenient pattern for this usage.
>
> -Let's evolve the database to establish these generations::
> +Let's evolve the database to establish these generations:
>
>     >>> event = DatabaseOpenedEventStub(db)
>     >>> evolveMinimumSubscriber(event)
> @@ -224,7 +224,7 @@
>  add a generation, and that generation 1 of 'another.app-extension'
>  depends on generation 1 of 'another.app'.  We'll need to provide
>  schema managers for each that record that they've been run so we can
> -verify the result::
> +verify the result:
>
>     >>> ztapi.unprovideUtility(ISchemaManager, name='another.app')
>     >>> ztapi.unprovideUtility(ISchemaManager, name='another.app-extension')
> @@ -272,7 +272,7 @@
>     ...     ISchemaManager, manager2, name='another.app-extension')
>
>  Evolving the database now will always run the 'another.app' evolver
> -before the 'another.app-extension' evolver::
> +before the 'another.app-extension' evolver:
>
>     >>> event = DatabaseOpenedEventStub(db)
>     >>> evolveMinimumSubscriber(event)
>
> _______________________________________________
> Checkins mailing list
> Checkins at zope.org
> http://mail.zope.org/mailman/listinfo/checkins
>


More information about the Checkins mailing list