comparison hgext3rd/topic/__init__.py @ 5950:30c8d8e6a7f4 stable 10.3.2

packaging: prepare version 10.3.2
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 28 May 2021 16:17:48 +0800
parents 8d36bfe9968a
children b81fea3d59ca
comparison
equal deleted inserted replaced
5936:72c97e825530 5950:30c8d8e6a7f4
230 # (first pick I could think off, update as needed 230 # (first pick I could think off, update as needed
231 b'log.topic': b'green_background', 231 b'log.topic': b'green_background',
232 b'topic.active': b'green', 232 b'topic.active': b'green',
233 } 233 }
234 234
235 __version__ = b'0.22.2.dev' 235 __version__ = b'0.22.2'
236 236
237 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8' 237 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8'
238 minimumhgversion = b'4.6' 238 minimumhgversion = b'4.6'
239 buglink = b'https://bz.mercurial-scm.org/' 239 buglink = b'https://bz.mercurial-scm.org/'
240 240