From: Mike Bayer Date: Mon, 30 Jan 2012 17:54:16 +0000 (-0500) Subject: lets put a doc note here for now since everyone is going to get this issue X-Git-Tag: rel_0_2_0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e28b5a5d3977579d8b70e55836ae060e393c4987;p=thirdparty%2Fsqlalchemy%2Falembic.git lets put a doc note here for now since everyone is going to get this issue --- diff --git a/alembic/script.py b/alembic/script.py index 2ca7f2b1..5598b78f 100644 --- a/alembic/script.py +++ b/alembic/script.py @@ -267,7 +267,8 @@ class Script(object): raise util.CommandError( "Could not determine revision id from filename %s. " "Be sure the 'revision' variable is " - "declared inside the script." % filename) + "declared inside the script (please see 'Upgrading " + "from Alembic 0.1 to 0.2' in the documentation)." % filename) else: revision = m.group(1) else: