##// END OF EJS Templates
pull requests: make the difference between changeset comments with status and PR comments with votes more obvious
pull requests: make the difference between changeset comments with status and PR comments with votes more obvious

File last commit:

r833:9753e090 beta
r4051:fd4ea41c default
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',
]