Files @ 37945c6a7dbd
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/__init__.py

Marcin Kuzminski
don't use db-repo instance on readme file fetching, use regular scm get_repo that doesn't hide exceptions
1
2
3
4
5
"""
   This package provides functionality to create and manage
   repositories of database schema changesets and to apply these
   changesets to databases.
"""