Files @ f3b913b76be1
Branch filter:

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

Marcin Kuzminski
Calculate file history always from latest changeset to always show full history.
When doing the calculation from a particular changeset git doesn't any records from parent changesets
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass