changeset 7598:44a15e2a04ff

hg: support Mercurial 4.9 Manual testing confirms it works, the test suite pass, and the Mercurial release notes doesn't show anything that raise any concerns.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 20 Mar 2019 15:59:32 +0100
parents 18d9479bc93a
children 353c5dcf9aa8
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Mar 20 20:59:59 2019 +0100
+++ b/setup.py	Wed Mar 20 15:59:32 2019 +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.9",
+    "mercurial >= 4.1.1, < 4.10",
     "decorator >= 3.3.2, < 4.4",
     "Paste >= 2.0.3, < 3.1",
     "bleach >= 3.0, < 3.1",