hgext3rd/topic/__init__.py
branchstable
changeset 2814 768e2629cb48
parent 2807 cc3e09e033a3
child 2816 ec2beb920341
child 2821 ddbee40be518
equal deleted inserted replaced
2813:31c4086c943e 2814:768e2629cb48
   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'
   121 version = '0.2.1.dev'
   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):