Files @ 65386911df2a
Branch filter:

Location: kallithea/rhodecode/tests/functional/test_admin_repos_groups.py

Marcin Kuzminski
fixes issue with mercurial 2.0 and archival of subrepos.
- Disable hooks when doing archive commandsvovercome mercurial problem of hook propagation to subrepos
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass