# HG changeset patch # User Mads Kiilerich # Date 2015-11-27 01:34:47 # Node ID f3f06692cb7ed6f6ca184a9cd1531582a3eeb12a # Parent 7425088bc4ffb03bf46bec421abc61ee4bd87c4f setup: support the Mercurial 3.6 series No significant API changes and testing doesn't show any problems. This upgrade enables use of bundle2 with generaldelta. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ requirements = [ "URLObject==2.3.4", "Routes==1.13", "dulwich>=0.9.9,<=0.9.9", - "mercurial>=2.9,<3.6", + "mercurial>=2.9,<3.7", ] if sys.version_info < (2, 7):