changeset 6455:f19d8fd8e35a

hg: support Mercurial 4.1 There doesn't see to be any significant API changes.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 22 Jan 2017 01:16:52 +0100
parents 4aaeac1e7ba3
children 5a5bab2b773c
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Jan 22 01:16:52 2017 +0100
+++ b/setup.py	Sun Jan 22 01:16:52 2017 +0100
@@ -55,7 +55,7 @@
     "URLObject==2.3.4",
     "Routes==1.13",
     "dulwich>=0.14.1",
-    "mercurial>=2.9,<4.0",
+    "mercurial>=2.9,<4.2",
 ]
 
 if sys.version_info < (2, 7):