equal
deleted
inserted
replaced
137 # (first pick I could think off, update as needed |
137 # (first pick I could think off, update as needed |
138 'log.topic': 'green_background', |
138 'log.topic': 'green_background', |
139 'topic.active': 'green', |
139 'topic.active': 'green', |
140 } |
140 } |
141 |
141 |
142 __version__ = '0.4.0.dev' |
142 __version__ = '0.4.0' |
143 |
143 |
144 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3' |
144 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3 4.4' |
145 minimumhgversion = '4.0' |
145 minimumhgversion = '4.0' |
146 buglink = 'https://bz.mercurial-scm.org/' |
146 buglink = 'https://bz.mercurial-scm.org/' |
147 |
147 |
148 if util.safehasattr(registrar, 'configitem'): |
148 if util.safehasattr(registrar, 'configitem'): |
149 configtable = {} |
149 configtable = {} |