Files @ 88e750527c7c
Branch filter:

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

Marcin Kuzminski
small rewrite for injecting rhodecode_extras into ui. instead of injecting to hgweb instance, inject to ui and pass to hgweb. It's simpler and more readable.
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.
"""