hgext3rd/topic/__init__.py
changeset 5111 1fe3f7ffb462
parent 5008 848ca807f83a
parent 5110 48abf37e552b
child 5139 19b8ffd23795
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