Files @ f79320e47e99
Branch filter:

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

Marcin Kuzminski
Merged pull request #56
- fixed issue with resolution of ref_types for mercurial
- now properly handles ref type
- added option to compare by specific revisions also
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass