hgext3rd/topic/__init__.py
branchstable
changeset 3194 f5d5f08c8f08
parent 3192 c4940c22d76b
child 3195 8f74cf219be3
child 3227 873d2f1949e1
equal deleted inserted replaced
3193:735b763f06c7 3194:f5d5f08c8f08
   172               # (first pick I could think off, update as needed
   172               # (first pick I could think off, update as needed
   173               'log.topic': 'green_background',
   173               'log.topic': 'green_background',
   174               'topic.active': 'green',
   174               'topic.active': 'green',
   175              }
   175              }
   176 
   176 
   177 __version__ = '0.5.1'
   177 __version__ = '0.5.2.dev'
   178 
   178 
   179 testedwith = '4.1.3 4.2.3 4.3.3 4.4.1'
   179 testedwith = '4.1.3 4.2.3 4.3.3 4.4.1'
   180 minimumhgversion = '4.1'
   180 minimumhgversion = '4.1'
   181 buglink = 'https://bz.mercurial-scm.org/'
   181 buglink = 'https://bz.mercurial-scm.org/'
   182 
   182