diff 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
line wrap: on
line diff
--- a/mercurial/upgrade_utils/actions.py	Tue Feb 15 23:09:07 2022 +0100
+++ b/mercurial/upgrade_utils/actions.py	Tue Feb 15 23:45:30 2022 +0100
@@ -196,6 +196,7 @@
     touches_changelog = False
     touches_requirements = True
     touches_dirstate = True
+    compatible_with_share = True
 
 
 @registerformatvariant