##// END OF EJS Templates
routes: add parent_group in add repository link on repo groups. Was lost in pyramid migration.
routes: add parent_group in add repository link on repo groups. Was lost in pyramid migration.

File last commit:

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