Files @ 8df1bc51aa9c
Branch filter:

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

Mads Kiilerich
diff parser: prefer git headers over old unified diff headers

Makes the diff show both rename and chmod info and the diff.
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'