hgext3rd/topic/__init__.py
branchstable
changeset 3444 80894dbf9899
parent 3439 6c772398eb4e
child 3445 b0ca70e733bf
equal deleted inserted replaced
3443:337c740327b9 3444:80894dbf9899
   173               # (first pick I could think off, update as needed
   173               # (first pick I could think off, update as needed
   174               'log.topic': 'green_background',
   174               'log.topic': 'green_background',
   175               'topic.active': 'green',
   175               'topic.active': 'green',
   176              }
   176              }
   177 
   177 
   178 __version__ = '0.7.0'
   178 __version__ = '0.7.1.dev'
   179 
   179 
   180 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2'
   180 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2'
   181 minimumhgversion = '4.1'
   181 minimumhgversion = '4.1'
   182 buglink = 'https://bz.mercurial-scm.org/'
   182 buglink = 'https://bz.mercurial-scm.org/'
   183 
   183