comparison hgext3rd/topic/__init__.py @ 5952:b81fea3d59ca stable

packaging: mark as developer version
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 29 May 2021 14:26:04 +0800
parents 30c8d8e6a7f4
children daca8f4f7014 fa7f2e1cb504
comparison
equal deleted inserted replaced
5951:1f736d6d4b0a 5952:b81fea3d59ca
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' 235 __version__ = b'0.22.3.dev'
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