changeset 8706:c6964daffe57

hg: support Mercurial 5.6
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 22 Oct 2020 11:29:32 +0200
parents 6329c0f26ace
children 161cf7e3566f
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Oct 22 15:45:58 2020 +0200
+++ b/setup.py	Thu Oct 22 11:29:32 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.6",
+    "mercurial >= 5.2, < 5.7",
     "decorator >= 4.2.1, < 4.5",
     "Paste >= 2.0.3, < 3.5",
     "bleach >= 3.0, < 3.1.4",