Files @ da3926d9e56e
Branch filter:

Location: kallithea/rhodecode/tests/api/test_api_hg.py

Marcin Kuzminski
fix strict version of git check if we have 1.7.4 it's ok !
1
2
3
4
5
6
7
from rhodecode.tests import *
from rhodecode.tests.api.api_base import BaseTestApi


class TestHgApi(BaseTestApi, TestController):
    REPO = HG_REPO
    REPO_TYPE = 'hg'