comparison mercurial/upgrade.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 45c467d8422c
comparison
equal deleted inserted replaced
51698:b0a4de6c14f8 51699:ca7bde5dbafb
192 fromconfig.append(d) 192 fromconfig.append(d)
193 elif d.default: 193 elif d.default:
194 onlydefault.append(d) 194 onlydefault.append(d)
195 195
196 if fromconfig or onlydefault: 196 if fromconfig or onlydefault:
197
198 if fromconfig: 197 if fromconfig:
199 ui.status( 198 ui.status(
200 _( 199 _(
201 b'repository lacks features recommended by ' 200 b'repository lacks features recommended by '
202 b'current config options:\n\n' 201 b'current config options:\n\n'