comparison hgext/patchbomb.py @ 51699:ca7bde5dbafb

black: format the codebase with 23.3.0 The CI has moved to 23.3.0, which is the last version that supports 3.7 at runtime, so we should honor this change. # skip-blame mass-reformating only
author Rapha?l Gom?s <rgomes@octobus.net>
date Thu, 18 Jul 2024 12:36:12 +0200
parents 7f0cb9ee0534
children f4733654f144
comparison
equal deleted inserted replaced
51698:b0a4de6c14f8 51699:ca7bde5dbafb
259 idx, 259 idx,
260 total, 260 total,
261 numbered, 261 numbered,
262 patchname=None, 262 patchname=None,
263 ): 263 ):
264
265 desc = [] 264 desc = []
266 node = None 265 node = None
267 body = b'' 266 body = b''
268 267
269 for line in patchlines: 268 for line in patchlines: