##// END OF EJS Templates
hg: support Mercurial 5.8...
Mads Kiilerich -
r8654:01e12318 default
parent child Browse files
Show More
@@ -558,7 +558,7 b' class TestVCSOperations(base.TestControl'
558 stdout, stderr = Command(base.TESTS_TMP_PATH) \
558 stdout, stderr = Command(base.TESTS_TMP_PATH) \
559 .execute(vt.repo_type, 'clone', clone_url, dest_dir, ignoreReturnCode=True)
559 .execute(vt.repo_type, 'clone', clone_url, dest_dir, ignoreReturnCode=True)
560 if vt.repo_type == 'hg':
560 if vt.repo_type == 'hg':
561 assert 'preoutgoing.testhook hook failed' in stdout
561 assert 'preoutgoing.testhook hook failed' in stdout + stderr
562 elif vt.repo_type == 'git':
562 elif vt.repo_type == 'git':
563 assert 'error: 406' in stderr
563 assert 'error: 406' in stderr
564
564
@@ -63,7 +63,7 b' requirements = ['
63 "URLObject >= 2.3.4, < 2.5",
63 "URLObject >= 2.3.4, < 2.5",
64 "Routes >= 2.0, < 2.5",
64 "Routes >= 2.0, < 2.5",
65 "dulwich >= 0.19.0, < 0.20",
65 "dulwich >= 0.19.0, < 0.20",
66 "mercurial >= 5.2, < 5.8",
66 "mercurial >= 5.2, < 5.9",
67 "decorator >= 4.2.1, < 4.5",
67 "decorator >= 4.2.1, < 4.5",
68 "Paste >= 2.0.3, < 3.5",
68 "Paste >= 2.0.3, < 3.5",
69 "bleach >= 3.0, < 3.1.4",
69 "bleach >= 3.0, < 3.1.4",
General Comments 0
You need to be logged in to leave comments. Login now