mercurial/upgrade_utils/actions.py
changeset 47277 ed0d54b20c5b
parent 47264 60668fce06d0
child 47319 e985a36c2aa3
equal deleted inserted replaced
47276:9cc9b4a25248 47277:ed0d54b20c5b
   980         requirements.COPIESSDC_REQUIREMENT,
   980         requirements.COPIESSDC_REQUIREMENT,
   981         requirements.NODEMAP_REQUIREMENT,
   981         requirements.NODEMAP_REQUIREMENT,
   982         requirements.SHARESAFE_REQUIREMENT,
   982         requirements.SHARESAFE_REQUIREMENT,
   983         requirements.REVLOGV2_REQUIREMENT,
   983         requirements.REVLOGV2_REQUIREMENT,
   984         requirements.CHANGELOGV2_REQUIREMENT,
   984         requirements.CHANGELOGV2_REQUIREMENT,
       
   985         requirements.DIRSTATE_V2_REQUIREMENT,
   985     }
   986     }
   986     for name in compression.compengines:
   987     for name in compression.compengines:
   987         engine = compression.compengines[name]
   988         engine = compression.compengines[name]
   988         if engine.available() and engine.revlogheader():
   989         if engine.available() and engine.revlogheader():
   989             supported.add(b'exp-compression-%s' % name)
   990             supported.add(b'exp-compression-%s' % name)