Files @ f4b20558ae16
Branch filter:

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

domruf
allow cloning with hgsubversion (reimplementing pull request 46)

sadly I get a exception from hg-git when doing the same for git+http URLs
so I did not implement it for hg-git
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]