diff mercurial/upgrade_utils/actions.py @ 49187:04a812f507be

copies-sdc: mark upgrade action as changelog only We don't need to recompute the other revlog to add the changelog-v2 feature. This simplify upgrade that use copies-sdc (as shown in the tests).
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 19 May 2022 01:34:51 +0100
parents 801ef401597e
children 566066826e7c
line wrap: on
line diff
--- a/mercurial/upgrade_utils/actions.py	Thu May 19 01:24:16 2022 +0100
+++ b/mercurial/upgrade_utils/actions.py	Thu May 19 01:34:51 2022 +0100
@@ -362,6 +362,9 @@
         b'Allows to use more efficient algorithm to deal with ' b'copy tracing.'
     )
 
+    touches_filelogs = False
+    touches_manifests = False
+
 
 @registerformatvariant
 class revlogv2(requirementformatvariant):