Mercurial > evolve
changeset 6450:72359768e9d9
pullbundle: drop support for hg 4.8, add more current hg versions
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 16 Mar 2023 19:20:35 -0300 |
parents | 223a0b7159c0 |
children | 4f051e30fcae |
files | hgext3rd/pullbundle.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/pullbundle.py Wed Mar 08 20:35:07 2023 -0300 +++ b/hgext3rd/pullbundle.py Thu Mar 16 19:20:35 2023 -0300 @@ -93,8 +93,8 @@ from mercurial.i18n import _ __version__ = b'0.2.0.dev' -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' -minimumhgversion = b'4.8' +testedwith = b'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' +minimumhgversion = b'4.9' buglink = b'https://bz.mercurial-scm.org/' cmdtable = {}