comparison mercurial/upgrade_utils/actions.py @ 48780:6e77083683a7

upgrade: make dirstate-v2 format variant compatible with share This only affects the dirstate and is safe to upgrade in the share. Differential Revision: https://phab.mercurial-scm.org/D12197
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 15 Feb 2022 23:45:30 +0100
parents 17eaeb06562c
children 5ba24e886cec
comparison
equal deleted inserted replaced
48779:17eaeb06562c 48780:6e77083683a7
194 touches_filelogs = False 194 touches_filelogs = False
195 touches_manifests = False 195 touches_manifests = False
196 touches_changelog = False 196 touches_changelog = False
197 touches_requirements = True 197 touches_requirements = True
198 touches_dirstate = True 198 touches_dirstate = True
199 compatible_with_share = True
199 200
200 201
201 @registerformatvariant 202 @registerformatvariant
202 class dotencode(requirementformatvariant): 203 class dotencode(requirementformatvariant):
203 name = b'dotencode' 204 name = b'dotencode'