hgext3rd/topic/__init__.py
branchstable
changeset 2807 cc3e09e033a3
parent 2805 a789b9d5b60c
child 2814 768e2629cb48
equal deleted inserted replaced
2806:7c5ea3c3ed43 2807:cc3e09e033a3
   116               # (first pick I could think off, update as needed
   116               # (first pick I could think off, update as needed
   117               'log.topic': 'green_background',
   117               'log.topic': 'green_background',
   118               'topic.active': 'green',
   118               'topic.active': 'green',
   119              }
   119              }
   120 
   120 
   121 version = '0.2.0.dev'
   121 version = '0.2.0'
   122 testedwith = '4.0.2 4.1.3 4.2.1'
   122 testedwith = '4.0.2 4.1.3 4.2.1'
   123 minimumhgversion = '4.0'
   123 minimumhgversion = '4.0'
   124 buglink = 'https://bz.mercurial-scm.org/'
   124 buglink = 'https://bz.mercurial-scm.org/'
   125 
   125 
   126 def _contexttopic(self, force=False):
   126 def _contexttopic(self, force=False):