Files @ c15c3430df74
Branch filter:

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

Marcin Kuzminski
fixed issue with git's `no new line..` messages inside diff block. It might sometimes happen that showed html diff was short one line because of this
1
2
3
4
from rhodecode.tests import *

class TestReposGroupsController(TestController):
    pass