equal
deleted
inserted
replaced
175 # (first pick I could think off, update as needed |
175 # (first pick I could think off, update as needed |
176 'log.topic': 'green_background', |
176 'log.topic': 'green_background', |
177 'topic.active': 'green', |
177 'topic.active': 'green', |
178 } |
178 } |
179 |
179 |
180 __version__ = '0.12.2' |
180 __version__ = '0.12.3.dev' |
181 |
181 |
182 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7' |
182 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7' |
183 minimumhgversion = '4.3' |
183 minimumhgversion = '4.3' |
184 buglink = 'https://bz.mercurial-scm.org/' |
184 buglink = 'https://bz.mercurial-scm.org/' |
185 |
185 |