delta-find: add a small docstring to deltacomputer
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 22 Dec 2023 12:58:54 +0100
changeset 51319 da7ecb4deaec
parent 51318 0106df85efd5
child 51320 c82e03b102a6
delta-find: add a small docstring to deltacomputer As we are about to introduce another object related to finding delta. So lets have a minimal docstring to the existing one.
mercurial/revlogutils/deltas.py
--- a/mercurial/revlogutils/deltas.py	Thu Jan 11 16:41:54 2024 +0100
+++ b/mercurial/revlogutils/deltas.py	Fri Dec 22 12:58:54 2023 +0100
@@ -1083,6 +1083,12 @@
 
 
 class deltacomputer:
+    """object capable of computing delta and finding delta for multiple revision
+
+    This object is meant to compute and find multiple delta applied to the same
+    revlog.
+    """
+
     def __init__(
         self,
         revlog,