changeset 6881:02fcbd2e4d95

vcs: support Mercurial 4.3.x
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 14 Sep 2017 02:08:06 +0200
parents 86bd75e0347c
children a0ed1a63e889
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Sep 14 02:08:06 2017 +0200
+++ b/setup.py	Thu Sep 14 02:08:06 2017 +0200
@@ -57,7 +57,7 @@
     "URLObject==2.3.4",
     "Routes==1.13",
     "dulwich>=0.14.1",
-    "mercurial>=2.9,<4.3",
+    "mercurial>=2.9,<4.4",
     "decorator >= 3.3.2",
     "Paste >= 2.0.3, < 3.0",
 ]