##// END OF EJS Templates
rewrote admin repos page....
rewrote admin repos page. - less info (no VCS data), but much faster. - having 1000s of repos is not a problem now - pagination/filtering using YUI datatable

File last commit:

r833:9753e090 beta
r2664:c525d7e6 beta
Show More
__init__.py
10 lines | 159 B | text/x-python | PythonLexer
"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
]