hgext3rd/topic/__init__.py
branchstable
changeset 4037 260587c00fd8
parent 4035 f1cde4c97806
child 4038 36225eb4d307
child 4068 eb9fa25091c7
equal deleted inserted replaced
4036:dd6790d27c68 4037:260587c00fd8
   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