comparison mercurial/upgrade.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
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
197 if fromconfig: 198 if fromconfig:
198 ui.status( 199 ui.status(
199 _( 200 _(
200 b'repository lacks features recommended by ' 201 b'repository lacks features recommended by '
201 b'current config options:\n\n' 202 b'current config options:\n\n'