Files @ 2ad50c44b025
Branch filter:

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

Indra Talip
when indexing changesets use the raw_id to locate the point from
which to start indexing rather than the revision which can be unreliable.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass