changeset 8362:bee01ae374a2

hg: support Mercurial 5.4 rc0 has no release notes yet, but it seems to work and the test suite pass ...
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 22 Apr 2020 14:13:47 +0200
parents 0456028c4ffe
children 90dd59c2a76a
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Apr 12 02:43:07 2020 +0200
+++ b/setup.py	Wed Apr 22 14:13:47 2020 +0200
@@ -63,7 +63,7 @@
     "URLObject >= 2.3.4, < 2.5",
     "Routes >= 2.0, < 2.5",
     "dulwich >= 0.19.0, < 0.20",
-    "mercurial >= 5.2, < 5.4",
+    "mercurial >= 5.2, < 5.5",
     "decorator >= 4.2.1, < 4.5",
     "Paste >= 2.0.3, < 3.4",
     "bleach >= 3.0, < 3.1.4",