From: Michel Albert Date: Thu, 16 Jul 2015 05:54:58 +0000 (+0200) Subject: Removed arguments for "--edit" command. X-Git-Tag: rel_0_8_0~7^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6581b11abe4b87f919f807f0ad4e648d0c9dc5f2;p=thirdparty%2Fsqlalchemy%2Falembic.git Removed arguments for "--edit" command. --- diff --git a/alembic/config.py b/alembic/config.py index 3d11916d..bd0ea4f5 100644 --- a/alembic/config.py +++ b/alembic/config.py @@ -352,13 +352,6 @@ class CommandLine(object): help="Specify a revision range; " "format is [start]:[end]") ), - 'edit': ( - "--edit", - dict( - action="store_true", - help="Edit the latest revision" - ) - ) } positional_help = { 'directory': "location of scripts directory",