# HG changeset patch # User domruf # Date 2017-06-06 21:10:52 # Node ID 687152f4f052b4d97d79ff14a0755f1c03b1555a # Parent d9cd86e552b585cabc2f32f880530d7508286021 hg: support Mercurial 4.2 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ requirements = [ "URLObject==2.3.4", "Routes==1.13", "dulwich>=0.9.9,<=0.9.9", - "mercurial>=2.9,<3.8", + "mercurial>=2.9,<4.3", ] if sys.version_info < (2, 7):