comparison hgext3rd/pullbundle.py @ 6024:18aa756353a7

evolve: formally remove 4.6 support
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 04 Sep 2021 19:16:17 +0300
parents f9a53fce3cf7
children 217828aa0e29
comparison
equal deleted inserted replaced
6019:6f6b6218b6fe 6024:18aa756353a7
92 ) 92 )
93 93
94 from mercurial.i18n import _ 94 from mercurial.i18n import _
95 95
96 __version__ = b'0.1.3.dev' 96 __version__ = b'0.1.3.dev'
97 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5' 97 testedwith = b'4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9'
98 minimumhgversion = b'4.6' 98 minimumhgversion = b'4.7'
99 buglink = b'https://bz.mercurial-scm.org/' 99 buglink = b'https://bz.mercurial-scm.org/'
100 100
101 cmdtable = {} 101 cmdtable = {}
102 command = registrar.command(cmdtable) 102 command = registrar.command(cmdtable)
103 103