# HG changeset patch # User Mads Kiilerich # Date 2019-03-20 15:59:32 # Node ID 44a15e2a04ff19413f6a0434c72ff0ff67a1f3ef # Parent 18d9479bc93a6e0839362745efcc7a0f4abffa34 hg: support Mercurial 4.9 Manual testing confirms it works, the test suite pass, and the Mercurial release notes doesn't show anything that raise any concerns. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ requirements = [ "URLObject >= 2.3.4, < 2.5", "Routes >= 1.13, < 2", "dulwich >= 0.14.1, < 0.20", - "mercurial >= 4.1.1, < 4.9", + "mercurial >= 4.1.1, < 4.10", "decorator >= 3.3.2, < 4.4", "Paste >= 2.0.3, < 3.1", "bleach >= 3.0, < 3.1",