diff setup.py @ 8600:62469662c660

mercurial: support Mercurial 5.5 No release notes yet, but testing shows it working with a few changes. A few tests need updating because error messages from remote ssh like our sys.stderr.write('abort: %s\n' % error) like for remote: abort: Access to %r denied will now appear on stderr instead of stdout - a very reasonable bug fix.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 20 Jul 2020 20:13:32 +0200
parents 42312c8d070d
children c6964daffe57
line wrap: on
line diff
--- a/setup.py	Sat Jul 25 20:08:25 2020 +0200
+++ b/setup.py	Mon Jul 20 20:13: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.5",
+    "mercurial >= 5.2, < 5.6",
     "decorator >= 4.2.1, < 4.5",
     "Paste >= 2.0.3, < 3.5",
     "bleach >= 3.0, < 3.1.4",