Files @ ff0646d1a1b4
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/script/__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.)
1
2
3
4
5
6
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from rhodecode.lib.dbmigrate.migrate.versioning.script.base import BaseScript
from rhodecode.lib.dbmigrate.migrate.versioning.script.py import PythonScript
from rhodecode.lib.dbmigrate.migrate.versioning.script.sql import SqlScript