Files @ 77d8917d1d57
Branch filter:

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

Marcin Kuzminski
Email: in changeset comments email display the comment first.
It can be confusing if the changeset description is displayed first.
Users expect to read the comment first.
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass