]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- additional fix which impacts #267. fix filtered_heads() to accommodate
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Feb 2015 00:27:42 +0000 (19:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Feb 2015 00:28:59 +0000 (19:28 -0500)
commite8a0c740b17100e6e366a7484d58d5b26f68c094
treeddcec52b8ea04eeb7c083977dc24a81fd640155e
parent0955d44f4b93ff520d07253373bb6cb9b25220b5
- additional fix which impacts #267.  fix filtered_heads() to accommodate
being given "heads" as the target so that it will in fact match when all heads
are given.  fixes #267
alembic/revision.py
tests/test_revision.py
tests/test_version_traversal.py