hgext3rd/topic/__init__.py
branchstable
changeset 3125 ec0bbf26ce7f
parent 3124 6ef274e01f64
child 3137 c3953ae44b87
equal deleted inserted replaced
3124:6ef274e01f64 3125:ec0bbf26ce7f
   137               # (first pick I could think off, update as needed
   137               # (first pick I could think off, update as needed
   138               'log.topic': 'green_background',
   138               'log.topic': 'green_background',
   139               'topic.active': 'green',
   139               'topic.active': 'green',
   140              }
   140              }
   141 
   141 
   142 __version__ = '0.4.0.dev'
   142 __version__ = '0.4.0'
   143 
   143 
   144 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3'
   144 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3 4.4'
   145 minimumhgversion = '4.0'
   145 minimumhgversion = '4.0'
   146 buglink = 'https://bz.mercurial-scm.org/'
   146 buglink = 'https://bz.mercurial-scm.org/'
   147 
   147 
   148 if util.safehasattr(registrar, 'configitem'):
   148 if util.safehasattr(registrar, 'configitem'):
   149     configtable = {}
   149     configtable = {}