From: Mike Bayer Date: Tue, 24 Jan 2012 23:37:19 +0000 (-0500) Subject: more fixes for rev ids X-Git-Tag: rel_0_2_0~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caae0e590fcbbdfadc6e2b26dde99afd6bc04397;p=thirdparty%2Fsqlalchemy%2Falembic.git more fixes for rev ids --- diff --git a/docs/build/tutorial.rst b/docs/build/tutorial.rst index 5b0f22bd..c5bee931 100644 --- a/docs/build/tutorial.rst +++ b/docs/build/tutorial.rst @@ -453,7 +453,8 @@ is already present:: """ - # downgrade revision identifier, used by Alembic. + # revision identifiers, used by Alembic. + revision = '27c6a30d7c24' down_revision = None from alembic import op @@ -716,10 +717,12 @@ We resolve this branch by editing the files to be in a straight line. In this """ - # downgrade revision identifier, used by Alembic. + # revision identifiers, used by Alembic. + revision = '27c6a30d7c24' # changed from 1975ea83b712 down_revision = 'ae1027a6acf' + The ``branches`` command then shows no branches:: $ alembic branches