##// END OF EJS Templates
Email: in changeset comments email display the comment first....
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.

File last commit:

r2526:47379494 beta
r4061:77d8917d default
Show More
test_api_git.py
7 lines | 174 B | text/x-python | PythonLexer
from rhodecode.tests import *
from rhodecode.tests.api.api_base import BaseTestApi
class TestGitApi(BaseTestApi, TestController):
REPO = GIT_REPO
REPO_TYPE = 'git'