Files @ 7c73f1868318
Branch filter:

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

Marcin Kuzminski
Add bookmarks property to git branch, it makes it consistent with other property
named closed branches. Makes git and hg API consistent
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]