Changeset - 01e123180339
[Not reviewed]
default
0 2 0
Mads Kiilerich (mads) - 5 years ago 2021-04-21 13:34:02
mads@kiilerich.com
Grafted from: 32d5e085a9fc
hg: support Mercurial 5.8

Some 'remote:' messages changed to appear on stderr.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/other/test_vcs_operations.py
Show inline comments
 
@@ -558,7 +558,7 @@ class TestVCSOperations(base.TestControl
 
        stdout, stderr = Command(base.TESTS_TMP_PATH) \
 
            .execute(vt.repo_type, 'clone', clone_url, dest_dir, ignoreReturnCode=True)
 
        if vt.repo_type == 'hg':
 
            assert 'preoutgoing.testhook hook failed' in stdout
 
            assert 'preoutgoing.testhook hook failed' in stdout + stderr
 
        elif vt.repo_type == 'git':
 
            assert 'error: 406' in stderr
 

	
setup.py
Show inline comments
 
@@ -63,7 +63,7 @@ requirements = [
 
    "URLObject >= 2.3.4, < 2.5",
 
    "Routes >= 2.0, < 2.5",
 
    "dulwich >= 0.19.0, < 0.20",
 
    "mercurial >= 5.2, < 5.8",
 
    "mercurial >= 5.2, < 5.9",
 
    "decorator >= 4.2.1, < 4.5",
 
    "Paste >= 2.0.3, < 3.5",
 
    "bleach >= 3.0, < 3.1.4",
0 comments (0 inline, 0 general)