]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Report on other branch dependencies in "current"
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Jul 2016 19:27:45 +0000 (15:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Jul 2016 14:08:28 +0000 (10:08 -0400)
commit6d69285f3833b1bdb1d0005756ffcdcad97502f1
tree3860ba45e47d02db79a583db1800fec58482af6e
parentccf3ca5fdfbb02938b4970a232a5401b310caf8d
Report on other branch dependencies in "current"

Fixed bug where the "alembic current" command wouldn't show a revision
as a current head if it were also a dependency of a version in a
different branch that's also applied.   Extra logic is added to
extract "implied" versions on different branches from the top-level
versions listed in the alembic_version table.

Change-Id: I9f485fbc67555d13f737ecffdd25e4c0d8e33f1c
Fixes: #378
alembic/command.py
alembic/script/base.py
alembic/script/revision.py
docs/build/changelog.rst
tests/test_command.py