hgext3rd/topic/__init__.py
branchstable
changeset 3834 0887c30255a1
parent 3820 c274f6a38c57
child 3836 b91db6989231
child 3880 28dadd024299
equal deleted inserted replaced
3833:2c0aa14e4ac4 3834:0887c30255a1
   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.9.1.dev'
   184 __version__ = '0.9.1'
   185 
   185 
   186 testedwith = '4.3.3 4.4.2 4.5.2 4.6.1'
   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