Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 4791:395ab63d2af7
branching: merge stable back into default
The version has been released.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 30 Jul 2019 02:55:22 +0200 |
parents | f5047e38f683 |
children | 16c1398b0063 |
comparison
equal
deleted
inserted
replaced
4774:12a88b988875 | 4791:395ab63d2af7 |
---|---|
185 # (first pick I could think off, update as needed | 185 # (first pick I could think off, update as needed |
186 'log.topic': 'green_background', | 186 'log.topic': 'green_background', |
187 'topic.active': 'green', | 187 'topic.active': 'green', |
188 } | 188 } |
189 | 189 |
190 __version__ = b'0.16.0.dev' | 190 __version__ = b'0.17.0.dev' |
191 | 191 |
192 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0' | 192 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1' |
193 minimumhgversion = b'4.5' | 193 minimumhgversion = b'4.5' |
194 buglink = b'https://bz.mercurial-scm.org/' | 194 buglink = b'https://bz.mercurial-scm.org/' |
195 | 195 |
196 if util.safehasattr(registrar, 'configitem'): | 196 if util.safehasattr(registrar, 'configitem'): |
197 | 197 |