diff setup.py @ 7234:0bf6ccd6f67c

setup: support Mercurial 4.5.x This requires passing an extra parameter to memctx __init__ after https://www.mercurial-scm.org/repo/hg/rev/8a0cac20a1ad .
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 02 Apr 2018 14:22:11 +0200
parents 0e83a1bf6e49
children 91b3c9016600
line wrap: on
line diff
--- a/setup.py	Mon Apr 02 14:14:55 2018 +0200
+++ b/setup.py	Mon Apr 02 14:22:11 2018 +0200
@@ -57,7 +57,7 @@
     "URLObject==2.3.4",
     "Routes==1.13",
     "dulwich>=0.14.1",
-    "mercurial>=4.0,<4.5",
+    "mercurial>=4.0,<4.6",
     "decorator >= 3.3.2",
     "Paste >= 2.0.3, < 3.0",
 ]