mercurial/interfaces/repository.py
changeset 46712 e8c11a2c96c0
parent 46509 7a93b7b3dc2d
child 46713 bc2519513ae0
--- a/mercurial/interfaces/repository.py	Thu Feb 18 17:36:52 2021 +0100
+++ b/mercurial/interfaces/repository.py	Thu Feb 18 18:18:35 2021 +0100
@@ -453,6 +453,10 @@
         """
     )
 
+    sidedata = interfaceutil.Attribute(
+        """Raw sidedata bytes for the given revision."""
+    )
+
 
 class ifilerevisionssequence(interfaceutil.Interface):
     """Contains index data for all revisions of a file.