##// END OF EJS Templates
commits: updated logic of in-memory-commits, fixed tests and re-architectured a bit how commit_ids are calculated and updated....
commits: updated logic of in-memory-commits, fixed tests and re-architectured a bit how commit_ids are calculated and updated. - it's all part of recent updates on performance, and new commit pages

File last commit:

r1:854a839a default
r3743:b018c011 new-ui
Show More
__init__.py
6 lines | 279 B | text/x-python | PythonLexer
#!/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