equal
deleted
inserted
replaced
173 # (first pick I could think off, update as needed |
173 # (first pick I could think off, update as needed |
174 'log.topic': 'green_background', |
174 'log.topic': 'green_background', |
175 'topic.active': 'green', |
175 'topic.active': 'green', |
176 } |
176 } |
177 |
177 |
178 __version__ = '0.7.0' |
178 __version__ = '0.7.1.dev' |
179 |
179 |
180 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2' |
180 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2' |
181 minimumhgversion = '4.1' |
181 minimumhgversion = '4.1' |
182 buglink = 'https://bz.mercurial-scm.org/' |
182 buglink = 'https://bz.mercurial-scm.org/' |
183 |
183 |