comparison hgext3rd/pullbundle.py @ 4176:45d4b49d81d9 stable 8.3.0

packaging: prepare release 8.3.0
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 12 Oct 2018 16:19:39 +0200
parents 03c3206f44f3
children 326c043bf89c 46cef25fbd96
comparison
equal deleted inserted replaced
4175:03c3206f44f3 4176:45d4b49d81d9
90 util, 90 util,
91 ) 91 )
92 92
93 from mercurial.i18n import _ 93 from mercurial.i18n import _
94 94
95 __version__ = '0.1.0.dev' 95 __version__ = '0.1.0'
96 testedwith = '4.4 4.5 4.6 4.7.1' 96 testedwith = '4.4 4.5 4.6 4.7.1'
97 minimumhgversion = '4.4' 97 minimumhgversion = '4.4'
98 buglink = 'https://bz.mercurial-scm.org/' 98 buglink = 'https://bz.mercurial-scm.org/'
99 99
100 cmdtable = {} 100 cmdtable = {}