changeset 51319:da7ecb4deaec

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.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 22 Dec 2023 12:58:54 +0100
parents 0106df85efd5
children c82e03b102a6
files mercurial/revlogutils/deltas.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,