##// END OF EJS Templates
Added friendly message about removing a group that still contains subgroups....
Added friendly message about removing a group that still contains subgroups. Fixed option to remove a group that is not in filesystem (ex. someone deleted it intentionally on filesystem) in this case RhodeCode will simply just throw an error message saying this group cannot be deleted.

File last commit:

r833:9753e090 beta
r1543:ada6926c 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.
"""