Files @ a455b2c79c85
Branch filter:

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

Marcin Kuzminski
Improved RSS/ATOM feeds
- rewrote using new diff lib
- added shorter commit as title and full commit message in body
- increased feed size from 10 to 20 entries
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass