hgext3rd/topic/__init__.py
branchstable
changeset 2821 ddbee40be518
parent 2814 768e2629cb48
child 2831 eda8eb561134
equal deleted inserted replaced
2819:ed584b6b3f6e 2821:ddbee40be518
   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.1.dev'
   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):