hgext3rd/topic/__init__.py
branchstable
changeset 3940 e69ff3ae758c
parent 3938 2c5d79c6459c
child 3942 38c9a050ba03
child 3997 e7abf863e113
equal deleted inserted replaced
3939:22f5c6ec5b74 3940:e69ff3ae758c
   179               # (first pick I could think off, update as needed
   179               # (first pick I could think off, update as needed
   180               'log.topic': 'green_background',
   180               'log.topic': 'green_background',
   181               'topic.active': 'green',
   181               'topic.active': 'green',
   182              }
   182              }
   183 
   183 
   184 __version__ = '0.10.0'
   184 __version__ = '0.10.1.dev'
   185 
   185 
   186 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
   186 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
   187 minimumhgversion = '4.3'
   187 minimumhgversion = '4.3'
   188 buglink = 'https://bz.mercurial-scm.org/'
   188 buglink = 'https://bz.mercurial-scm.org/'
   189 
   189