equal
deleted
inserted
replaced
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.3.0.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): |