comparison hgext3rd/topic/__init__.py @ 6599:6035b539aa3b

branching: merge with stable
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 23 Oct 2023 15:29:27 -0300
parents 536d950753e6
children 421dc5c11108
comparison
equal deleted inserted replaced
6575:1ecb25d771df 6599:6035b539aa3b
234 # default color to help log output and thg 234 # default color to help log output and thg
235 # (first pick I could think off, update as needed 235 # (first pick I could think off, update as needed
236 b'log.topic': b'green_background', 236 b'log.topic': b'green_background',
237 } 237 }
238 238
239 __version__ = b'1.1.0.dev0' 239 __version__ = b'1.2.0.dev0'
240 240
241 testedwith = b'4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5' 241 testedwith = b'4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3 6.4 6.5'
242 minimumhgversion = b'4.9' 242 minimumhgversion = b'4.9'
243 buglink = b'https://bz.mercurial-scm.org/' 243 buglink = b'https://bz.mercurial-scm.org/'
244 244