Files @ 69420c48a0e6
Branch filter:

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

Marcin Kuzminski
fixes #550 mercurial repositories comparision failed when origin repo had
additional not-common changesets + added regresion test for this
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass