Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 5164:3a2a17b1985c
branching: merge stable back into default
evolve 9.3.0 have been released.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 04 Mar 2020 17:49:58 +0100 |
parents | 3ff25aafdb4e |
children | 9ac6779d608c |
comparison
equal
deleted
inserted
replaced
5151:e78926a1a473 | 5164:3a2a17b1985c |
---|---|
200 # (first pick I could think off, update as needed | 200 # (first pick I could think off, update as needed |
201 b'log.topic': b'green_background', | 201 b'log.topic': b'green_background', |
202 b'topic.active': b'green', | 202 b'topic.active': b'green', |
203 } | 203 } |
204 | 204 |
205 __version__ = b'0.18.0.dev' | 205 __version__ = b'0.19.0.dev' |
206 | 206 |
207 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3' | 207 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3' |
208 minimumhgversion = b'4.5' | 208 minimumhgversion = b'4.6' |
209 buglink = b'https://bz.mercurial-scm.org/' | 209 buglink = b'https://bz.mercurial-scm.org/' |
210 | 210 |
211 if util.safehasattr(registrar, 'configitem'): | 211 if util.safehasattr(registrar, 'configitem'): |
212 | 212 |
213 from mercurial import configitems | 213 from mercurial import configitems |