##// END OF EJS Templates
fix(ui): fixed issues with hover menus and diff download items....
fix(ui): fixed issues with hover menus and diff download items. - the diff ops are now moved into context menu - the diff ops could be now used in PR context - fixed various UI problems with the old solution

File last commit:

r5042:4c5af799 default
r5294:5bd3eb1a default
Show More
__init__.py
6 lines | 256 B | text/x-python | PythonLexer
project: added all source files and assets
r1 #!/usr/bin/env python
dbmigrate: python3 changes...
r5042
project: added all source files and assets
r1
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