##// END OF EJS Templates
don't show rss links - atom is the present and the future...
don't show rss links - atom is the present and the future - following the reasoning on http://selenic.com/pipermail/mercurial-devel/2012-December/046542.html

File last commit:

r2673:d5e42c00 beta
r3295:2e618376 beta
Show More
test_api_hg.py
7 lines | 171 B | text/x-python | PythonLexer
from rhodecode.tests import *
from rhodecode.tests.api.api_base import BaseTestApi
class TestHgApi(BaseTestApi, TestController):
REPO = HG_REPO
REPO_TYPE = 'hg'