# HG changeset patch # User Mads Kiilerich # Date 2017-10-22 23:00:37 # Node ID e6ce604d1ae041b3508d0d092726efa0c3755231 # Parent c326db1098547bee343517123485c5fdbf95fd18 vcs: support Mercurial 4.4 Review and testing shows no further problems. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ requirements = [ "URLObject==2.3.4", "Routes==1.13", "dulwich>=0.14.1", - "mercurial>=2.9,<4.4", + "mercurial>=2.9,<4.5", "decorator >= 3.3.2", "Paste >= 2.0.3, < 3.0", ]