comparison hgext3rd/topic/__init__.py @ 5111:1fe3f7ffb462

branching
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 01 Feb 2020 12:50:10 +0100
parents 848ca807f83a 48abf37e552b
children 19b8ffd23795
comparison
equal deleted inserted replaced
5083:e50f4fc6cc6d 5111:1fe3f7ffb462
188 b'topic.active': b'green', 188 b'topic.active': b'green',
189 } 189 }
190 190
191 __version__ = b'0.18.0.dev' 191 __version__ = b'0.18.0.dev'
192 192
193 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1' 193 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3'
194 minimumhgversion = b'4.5' 194 minimumhgversion = b'4.5'
195 buglink = b'https://bz.mercurial-scm.org/' 195 buglink = b'https://bz.mercurial-scm.org/'
196 196
197 if util.safehasattr(registrar, 'configitem'): 197 if util.safehasattr(registrar, 'configitem'):
198 198