mercurial/upgrade.py
changeset 43031 e16ca9fde7aa
parent 43002 373749982924
child 43076 2372284d9457
--- a/mercurial/upgrade.py	Mon Sep 09 22:42:55 2019 +0200
+++ b/mercurial/upgrade.py	Wed Sep 04 02:43:17 2019 +0200
@@ -317,6 +317,19 @@
                        'better compression and faster exchange with server.')
 
 @registerformatvariant
+class sidedata(requirementformatvariant):
+    name = 'sidedata'
+
+    _requirement = localrepo.SIDEDATA_REQUIREMENT
+
+    default = False
+
+    description = _('Allows storage of extra data alongside a revision, '
+                    'unlocking various caching options.')
+
+    upgrademessage = _('Allows storage of extra data alongside a revision.')
+
+@registerformatvariant
 class removecldeltachain(formatvariant):
     name = 'plain-cl-delta'