Files @ 9e0db8d8d616
Branch filter:

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

Marcin Kuzminski
changed warning log message for reading hgrc files, it was confusing. It's just an indication of the fact
that there is no such file...
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass