##// END OF EJS Templates
webhook: use textarea and format url vars better for webhook integration....
webhook: use textarea and format url vars better for webhook integration. - also share the url vars with CI integrations - allow using hidden help on codemirror widget

File last commit:

r1:854a839a default
r2584:b8f98b31 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',
]