hgext3rd/topic/__init__.py
changeset 3836 b91db6989231
parent 3770 eb928f5728c4
parent 3834 0887c30255a1
child 3902 9c4847b93d3c
equal deleted inserted replaced
3832:fb821ed44f86 3836:b91db6989231
   181               'topic.active': 'green',
   181               'topic.active': 'green',
   182              }
   182              }
   183 
   183 
   184 __version__ = '0.10.0.dev'
   184 __version__ = '0.10.0.dev'
   185 
   185 
   186 testedwith = '4.3.3 4.4.2 4.5.2 4.6'
   186 testedwith = '4.3.3 4.4.2 4.5.2 4.6.1'
   187 minimumhgversion = '4.3'
   187 minimumhgversion = '4.3'
   188 buglink = 'https://bz.mercurial-scm.org/'
   188 buglink = 'https://bz.mercurial-scm.org/'
   189 
   189 
   190 if util.safehasattr(registrar, 'configitem'):
   190 if util.safehasattr(registrar, 'configitem'):
   191 
   191