changeset 7712:62c8b8791a2e

setup: support Mercurial 5.0 Some API changes has already been handled.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 26 May 2019 22:41:36 +0200
parents c662d42e1f9c
children cba155768085
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon May 27 00:12:15 2019 +0200
+++ b/setup.py	Sun May 26 22:41:36 2019 +0200
@@ -57,7 +57,7 @@
     "URLObject >= 2.3.4, < 2.5",
     "Routes >= 1.13, < 2",
     "dulwich >= 0.14.1, < 0.20",
-    "mercurial >= 4.5, < 4.10",
+    "mercurial >= 4.5, < 5.1",
     "decorator >= 3.3.2, < 4.4",
     "Paste >= 2.0.3, < 3.1",
     "bleach >= 3.0, < 3.1",