Mercurial > evolve
changeset 6458:546dd37d887e stable
topic: mark as compatible with 6.4
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 20 Mar 2023 22:29:32 -0300 |
parents | fe9f6456392f |
children | 97c1ed0e560f a2d899ce7abd |
files | CHANGELOG hgext3rd/topic/__init__.py |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Mon Mar 20 22:29:15 2023 -0300 +++ b/CHANGELOG Mon Mar 20 22:29:32 2023 -0300 @@ -6,6 +6,10 @@ * compatibility with Mercurial 6.4 +topic (1.0.1) + + * compatibility with Mercurial 6.4 + 11.0.0 -- 2023-02-26 --------------------
--- a/hgext3rd/topic/__init__.py Mon Mar 20 22:29:15 2023 -0300 +++ b/hgext3rd/topic/__init__.py Mon Mar 20 22:29:32 2023 -0300 @@ -235,7 +235,7 @@ __version__ = b'1.0.1.dev0' -testedwith = b'4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3' +testedwith = b'4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4' minimumhgversion = b'4.8' buglink = b'https://bz.mercurial-scm.org/'