changeset 7395:475d54df23f5

hg: support Mercurial 4.8
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 29 Oct 2018 01:20:21 +0100
parents 9ca238e56396
children 22c8f23cc75b
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon Oct 29 01:20:21 2018 +0100
+++ b/setup.py	Mon Oct 29 01:20:21 2018 +0100
@@ -57,7 +57,7 @@
     "URLObject >= 2.3.4, < 2.5",
     "Routes >= 1.13, < 2",
     "dulwich >= 0.14.1, < 0.20",
-    "mercurial >= 4.1.1, < 4.8",
+    "mercurial >= 4.1.1, < 4.9",
     "decorator >= 3.3.2, < 4.4",
     "Paste >= 2.0.3, < 3",
 ]