Files @ 8df1bc51aa9c
Branch filter:

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

Mads Kiilerich
diff parser: prefer git headers over old unified diff headers

Makes the diff show both rename and chmod info and the diff.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass