mercurial/upgrade.py
changeset 51700 7f0cb9ee0534
parent 51690 493034cc3265
child 51703 ca7bde5dbafb
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'