##// END OF EJS Templates
"Users groups" is grammatically incorrect English - rename to "user groups"...
"Users groups" is grammatically incorrect English - rename to "user groups" - and same story with "repositories groups" This will only change the user facing texts. Names of files, modules, functions and variables should be changed too.

File last commit:

r2673:d5e42c00 beta
r3410:5f1850e4 beta
Show More
test_api_hg.py
7 lines | 171 B | text/x-python | PythonLexer
Refactored API...
r2526 from rhodecode.tests import *
from rhodecode.tests.api.api_base import BaseTestApi
class TestHgApi(BaseTestApi, TestController):
REPO = HG_REPO
white space cleanup
r2673 REPO_TYPE = 'hg'