hgext3rd/topic/__init__.py
changeset 4253 35dac5aadcfc
parent 4236 259d57b906a4
child 4268 d5a2cc19903f
equal deleted inserted replaced
4252:a07cd1d076bb 4253:35dac5aadcfc
   177               'topic.active': 'green',
   177               'topic.active': 'green',
   178              }
   178              }
   179 
   179 
   180 __version__ = '0.13.0.dev'
   180 __version__ = '0.13.0.dev'
   181 
   181 
   182 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
   182 testedwith = '4.4.2 4.5.2 4.6.2 4.7'
   183 minimumhgversion = '4.3'
   183 minimumhgversion = '4.4'
   184 buglink = 'https://bz.mercurial-scm.org/'
   184 buglink = 'https://bz.mercurial-scm.org/'
   185 
   185 
   186 if util.safehasattr(registrar, 'configitem'):
   186 if util.safehasattr(registrar, 'configitem'):
   187 
   187 
   188     from mercurial import configitems
   188     from mercurial import configitems