##// END OF EJS Templates
comments: added support for adding comment attachments using the artifacts logic....
comments: added support for adding comment attachments using the artifacts logic. - ACL per-repo - use dropzone js to add drag n drop capabilities - use artifacts store as backend

File last commit:

r1:854a839a default
r3973:d9b26077 default
Show More
__init__.py
11 lines | 173 B | text/x-python | PythonLexer
"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
'ibmdb2',
]