equal
deleted
inserted
replaced
179 # (first pick I could think off, update as needed |
179 # (first pick I could think off, update as needed |
180 'log.topic': 'green_background', |
180 'log.topic': 'green_background', |
181 'topic.active': 'green', |
181 'topic.active': 'green', |
182 } |
182 } |
183 |
183 |
184 __version__ = '0.9.1.dev' |
184 __version__ = '0.9.1' |
185 |
185 |
186 testedwith = '4.3.3 4.4.2 4.5.2 4.6.1' |
186 testedwith = '4.3.3 4.4.2 4.5.2 4.6.1' |
187 minimumhgversion = '4.3' |
187 minimumhgversion = '4.3' |
188 buglink = 'https://bz.mercurial-scm.org/' |
188 buglink = 'https://bz.mercurial-scm.org/' |
189 |
189 |