equal
deleted
inserted
replaced
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' |