##// END OF EJS Templates
compare and diff: remove unused "bundle" functionality...
compare and diff: remove unused "bundle" functionality The 'bundle' parameter was never set, incoming_changesets was thus always False, remote_compare was thus always False, and InMemoryBundleRepo and bundlerepo was neverused.

File last commit:

r835:08d2dcd7 beta
r3304:70309536 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