changeset 7898:9d74cc23ea64

hg: support Mercurial 5.2 Automated and manual testing shows no problems with mercurial-5.2rc0 , and draft release notes also raise no concerns.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 27 Oct 2019 18:29:52 +0100
parents 0666876afad7
children bec4bc21f845
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Oct 03 23:04:58 2019 +0200
+++ b/setup.py	Sun Oct 27 18:29:52 2019 +0100
@@ -63,7 +63,7 @@
     "URLObject >= 2.3.4, < 2.5",
     "Routes >= 1.13, < 2", # TODO: bumping to 2.0 will make test_file_annotation fail
     "dulwich >= 0.14.1, < 0.20",
-    "mercurial >= 4.5, < 5.2",
+    "mercurial >= 4.5, < 5.3",
     "decorator >= 3.3.2, < 4.5",
     "Paste >= 2.0.3, < 3.1",
     "bleach >= 3.0, < 3.2",