comparison hgext3rd/pullbundle.py @ 6155:5bd5a7ab32d3

branching: merge with stable
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 25 Feb 2022 01:52:58 +0300
parents e2804c9ebd72
children 72359768e9d9
comparison
equal deleted inserted replaced
6146:74665d83fb3b 6155:5bd5a7ab32d3
90 util, 90 util,
91 ) 91 )
92 92
93 from mercurial.i18n import _ 93 from mercurial.i18n import _
94 94
95 __version__ = b'0.1.3.dev' 95 __version__ = b'0.2.0.dev'
96 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' 96 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'
97 minimumhgversion = b'4.8' 97 minimumhgversion = b'4.8'
98 buglink = b'https://bz.mercurial-scm.org/' 98 buglink = b'https://bz.mercurial-scm.org/'
99 99
100 cmdtable = {} 100 cmdtable = {}
101 command = registrar.command(cmdtable) 101 command = registrar.command(cmdtable)