comparison hgext3rd/pullbundle.py @ 5455:fb543438704b stable 10.0.1

packaging: prepare version 10.0.1
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 31 Jul 2020 19:56:37 +0800
parents e320a84b65c1
children f9a53fce3cf7
comparison
equal deleted inserted replaced
5454:e31e7618cad4 5455:fb543438704b
91 util, 91 util,
92 ) 92 )
93 93
94 from mercurial.i18n import _ 94 from mercurial.i18n import _
95 95
96 __version__ = b'0.1.1' 96 __version__ = b'0.1.2'
97 testedwith = b'4.4 4.5 4.6 4.7.1' 97 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5'
98 minimumhgversion = b'4.4' 98 minimumhgversion = b'4.6'
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