# HG changeset patch # User Georges Racinet <georges.racinet@octobus.net> # Date 1589373919 -7200 # Wed May 13 14:45:19 2020 +0200 # Node ID 7a696916c8562345a563ab9619b744750ecaaafe # Parent 9c960021a95870f27dee8fb5249f15f009802b59 metadata: Mercurial 5.3 and 5.4 are supported diff --git a/hggit/__init__.py b/hggit/__init__.py --- a/hggit/__init__.py +++ b/hggit/__init__.py @@ -67,7 +67,7 @@ __version__ = b'0.8.13' testedwith = (b'4.3.3 4.4.2 4.5.3 4.6.2 ' - b'4.7.2 4.8.2 4.9.1 5.0.2 5.1.2 5.2') + b'4.7.2 4.8.2 4.9.1 5.0.2 5.1.2 5.2 5.3 5.4') minimumhgversion = b'4.3' buglink = b'https://dev.heptapod.net/mercurial/hg-git/issues'