# HG changeset patch # User Mads Kiilerich # Date 1505347686 -7200 # Node ID 02fcbd2e4d955e4b4edf4852295766b24749de29 # Parent 86bd75e0347c5c4b867957649f2a8ed895ccc5d5 vcs: support Mercurial 4.3.x diff -r 86bd75e0347c -r 02fcbd2e4d95 setup.py --- a/setup.py Thu Sep 14 02:08:06 2017 +0200 +++ b/setup.py Thu Sep 14 02:08:06 2017 +0200 @@ -57,7 +57,7 @@ "URLObject==2.3.4", "Routes==1.13", "dulwich>=0.14.1", - "mercurial>=2.9,<4.3", + "mercurial>=2.9,<4.4", "decorator >= 3.3.2", "Paste >= 2.0.3, < 3.0", ]