mercurial/manifest.py
changeset 52989 d7174b43f3e6
parent 52741 5c48fd4c0e68
child 52990 e70f93318c26
--- a/mercurial/manifest.py	Wed Feb 19 23:18:17 2025 +0100
+++ b/mercurial/manifest.py	Tue Dec 17 19:29:08 2024 -0500
@@ -1345,7 +1345,7 @@
 
     def fastdelta(
         self, base: ByteString, changes: Iterable[Tuple[bytes, bool]]
-    ) -> ByteString:
+    ) -> tuple[ByteString, ByteString]:
         raise FastdeltaUnavailable()
 
     def diff(