comparison hgext3rd/pullbundle.py @ 4175:03c3206f44f3 stable

pullbundle: document working version and update changelog to mention it
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 12 Oct 2018 16:25:06 +0200
parents 4abec3a1208f
children 45d4b49d81d9
comparison
equal deleted inserted replaced
4170:50b8b06be26d 4175:03c3206f44f3
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.dev'
96 testedwith = '4.7.1' 96 testedwith = '4.4 4.5 4.6 4.7.1'
97 # minimumhgversion = '' 97 minimumhgversion = '4.4'
98 buglink = 'https://bz.mercurial-scm.org/' 98 buglink = 'https://bz.mercurial-scm.org/'
99 99
100 cmdtable = {} 100 cmdtable = {}
101 command = registrar.command(cmdtable) 101 command = registrar.command(cmdtable)
102 102