mercurial/upgrade.py
changeset 51699 ca7bde5dbafb
parent 51696 7f0cb9ee0534
child 51799 45c467d8422c
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'