# HG changeset patch # User Mads Kiilerich # Date 1587557627 -7200 # Node ID bee01ae374a2ab8f7c6ad52c0fe9875deb009f78 # Parent 0456028c4ffef38dbc23d78e2aa4a6fe8928ba64 hg: support Mercurial 5.4 rc0 has no release notes yet, but it seems to work and the test suite pass ... diff -r 0456028c4ffe -r bee01ae374a2 setup.py --- a/setup.py Sun Apr 12 02:43:07 2020 +0200 +++ b/setup.py Wed Apr 22 14:13:47 2020 +0200 @@ -63,7 +63,7 @@ "URLObject >= 2.3.4, < 2.5", "Routes >= 2.0, < 2.5", "dulwich >= 0.19.0, < 0.20", - "mercurial >= 5.2, < 5.4", + "mercurial >= 5.2, < 5.5", "decorator >= 4.2.1, < 4.5", "Paste >= 2.0.3, < 3.4", "bleach >= 3.0, < 3.1.4",