# HG changeset patch # User Mads Kiilerich # Date 1533504323 -7200 # Node ID 86b16171af1f281b9049790dd70289315a5ff8ec # Parent daf282efa2da3b8f2f244988cb62620465731cb2 hg: support 4.7 diff -r daf282efa2da -r 86b16171af1f setup.py --- a/setup.py Sun Aug 05 23:16:43 2018 +0200 +++ b/setup.py Sun Aug 05 23:25:23 2018 +0200 @@ -57,7 +57,7 @@ "URLObject==2.3.4", "Routes==1.13", "dulwich>=0.14.1", - "mercurial>=4.1.1,<4.7", + "mercurial>=4.1.1,<4.8", "decorator >= 3.3.2", "Paste >= 2.0.3, < 3.0", ]