]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
The output of the ``alembic history`` command is now
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Jun 2013 21:08:32 +0000 (17:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Jun 2013 21:08:32 +0000 (17:08 -0400)
commita381c8fab4b8066ffc656da9bfe6bf802099d955
tree533a0307de3798341cb8c53b6bbfa9743d4d5a85
parent8a9ab5e3030c9a6d9be73502535a3ca5f1bc2ccc
The output of the ``alembic history`` command is now
expanded to show information about each change on multiple
lines, including the full top message,
resembling the formatting of git log.
alembic/command.py
alembic/script.py
docs/build/changelog.rst
docs/build/front.rst
tests/test_command.py