# HG changeset patch # User Mads Kiilerich # Date 2018-05-11 14:26:48 # Node ID 91b3c9016600ddfac5653edada1d0b6985b16dc0 # Parent 0efbf3f48bddb752b185676792adcf5b52e2eac8 setup: support Mercurial 4.6 A number of issues were found but have been fixed. 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>=4.0,<4.6", + "mercurial>=4.0,<4.7", "decorator >= 3.3.2", "Paste >= 2.0.3, < 3.0", ]