# HG changeset patch # User Mads Kiilerich # Date 1553093972 -3600 # 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 -r 18d9479bc93a -r 44a15e2a04ff setup.py --- a/setup.py Wed Mar 20 20:59:59 2019 +0100 +++ b/setup.py Wed Mar 20 15:59:32 2019 +0100 @@ -57,7 +57,7 @@ "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",