hgext3rd/topic/__init__.py
branchstable
changeset 2708 1907f5af88a8
parent 2705 a7b7471b4bed
child 2709 5d54de9cf50f
equal deleted inserted replaced
2707:7ed2ad612921 2708:1907f5af88a8
   111               # (first pick I could think off, update as needed
   111               # (first pick I could think off, update as needed
   112               'log.topic': 'green_background',
   112               'log.topic': 'green_background',
   113               'topic.active': 'green',
   113               'topic.active': 'green',
   114              }
   114              }
   115 
   115 
   116 version = '0.1.0'
   116 version = '0.1.1.dev'
   117 testedwith = '4.0.2 4.1.3 4.2.1'
   117 testedwith = '4.0.2 4.1.3 4.2.1'
   118 minimumhgversion = '4.0'
   118 minimumhgversion = '4.0'
   119 buglink = 'https://bz.mercurial-scm.org/'
   119 buglink = 'https://bz.mercurial-scm.org/'
   120 
   120 
   121 def _contexttopic(self, force=False):
   121 def _contexttopic(self, force=False):