hgext3rd/topic/__init__.py
branchstable
changeset 3137 c3953ae44b87
parent 3125 ec0bbf26ce7f
child 3139 ec2251d0ba06
equal deleted inserted replaced
3133:13a4c35f7a0b 3137:c3953ae44b87
   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'
   142 __version__ = '0.4.1.dev'
   143 
   143 
   144 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3 4.4'
   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