changeset 6948:e6ce604d1ae0

vcs: support Mercurial 4.4 Review and testing shows no further problems.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 22 Oct 2017 23:00:37 +0200
parents c326db109854
children 5395bb85a991
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon Oct 23 00:57:28 2017 +0200
+++ b/setup.py	Sun Oct 22 23:00:37 2017 +0200
@@ -57,7 +57,7 @@
     "URLObject==2.3.4",
     "Routes==1.13",
     "dulwich>=0.14.1",
-    "mercurial>=2.9,<4.4",
+    "mercurial>=2.9,<4.5",
     "decorator >= 3.3.2",
     "Paste >= 2.0.3, < 3.0",
 ]