##// END OF EJS Templates
Use simplified cached repos list for quick repo switcher, in some cases it can have 2-3x speed-up since it doesn't need to init the scms
Use simplified cached repos list for quick repo switcher, in some cases it can have 2-3x speed-up since it doesn't need to init the scms

File last commit:

r833:9753e090 beta
r2604:dfa5180c beta
Show More
__init__.py
5 lines | 161 B | text/x-python | PythonLexer
added dbmigrate package, added model changes...
r833 """
This package provides functionality to create and manage
repositories of database schema changesets and to apply these
changesets to databases.
"""