##// END OF EJS Templates
changelog-v2: mark upgrade action as changelog only...
marmoute -
r50081:801ef401 default
parent child Browse files
Show More
@@ -380,6 +380,9 b' class changelogv2(requirementformatvaria'
380 description = _(b'An iteration of the revlog focussed on changelog needs.')
380 description = _(b'An iteration of the revlog focussed on changelog needs.')
381 upgrademessage = _(b'quite experimental')
381 upgrademessage = _(b'quite experimental')
382
382
383 touches_filelogs = False
384 touches_manifests = False
385
383
386
384 @registerformatvariant
387 @registerformatvariant
385 class removecldeltachain(formatvariant):
388 class removecldeltachain(formatvariant):
General Comments 0
You need to be logged in to leave comments. Login now