comparison hgext3rd/topic/__init__.py @ 4520:36632d514af2

branching: merge stable into default
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 12 Apr 2019 02:21:09 +0200
parents e23f85bc43ed
children f6099a171a9d
comparison
equal deleted inserted replaced
4515:bea4c5c3b50c 4520:36632d514af2
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