##// END OF EJS Templates
Don't allow cherry picking changesets from the changelog using checkboxes....
Don't allow cherry picking changesets from the changelog using checkboxes. Change pull request text that will indicate opening pull request against checkec changesets

File last commit:

r835:08d2dcd7 beta
r2927:58bb350b beta
Show More
__init__.py
6 lines | 279 B | text/x-python | PythonLexer
added dbmigrate package, added model changes...
r833 #!/usr/bin/env python
# -*- coding: utf-8 -*-
fixed imports on migrate, added getting current version from database
r835 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