mercurial/repair.py
changeset 46638 b4c2a2af25e2
parent 46515 cd9154343160
child 46819 d4ba4d51f85f
equal deleted inserted replaced
46637:ab58098bebed 46638:b4c2a2af25e2
   441 
   441 
   442     Missing entries will be added. Extra entries will be removed.
   442     Missing entries will be added. Extra entries will be removed.
   443     """
   443     """
   444     repo = repo.unfiltered()
   444     repo = repo.unfiltered()
   445 
   445 
   446     if b'fncache' not in repo.requirements:
   446     if requirements.FNCACHE_REQUIREMENT not in repo.requirements:
   447         ui.warn(
   447         ui.warn(
   448             _(
   448             _(
   449                 b'(not rebuilding fncache because repository does not '
   449                 b'(not rebuilding fncache because repository does not '
   450                 b'support fncache)\n'
   450                 b'support fncache)\n'
   451             )
   451             )