Files @ 8df1bc51aa9c
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/changeset/databases/__init__.py

Mads Kiilerich
diff parser: prefer git headers over old unified diff headers

Makes the diff show both rename and chmod info and the diff.
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]