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