Files @ ff0646d1a1b4
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/schema/__init__.py

Mads Kiilerich
changelog: make it possible to use closed branches in ?branch=...

Closed branches in Mercurial are just not announced. It should still be
possible to use them. (And arguably there should also be a way to explore them
in the UI.)
# -*- coding: utf-8 -*-
"""
    rhodecode.lib.dbmigrate.schema
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


    Schemas for migrations


    :created_on: Nov 1, 2011
    :author: marcink
    :copyright: (C) 2009-2010 Marcin Kuzminski <marcin@python-works.com>
    :license: <name>, see LICENSE_FILE for more details.
"""