diff mercurial/revlog.py @ 51893:eb9dea148233

revlog: cleanup some outdated docstrings
author Rapha?l Gom?s <rgomes@octobus.net>
date Wed, 19 Jun 2024 17:06:05 +0200
parents 0338fb200a30
children 384016e91947
line wrap: on
line diff
--- a/mercurial/revlog.py	Thu Sep 12 10:09:06 2024 +0200
+++ b/mercurial/revlog.py	Wed Jun 19 17:06:05 2024 +0200
@@ -935,9 +935,7 @@
         """Obtain decompressed chunks for the specified revisions.
 
         Accepts an iterable of numeric revisions that are assumed to be in
-        ascending order. Also accepts an optional already-open file handle
-        to be used for reading. If used, the seek position of the file will
-        not be preserved.
+        ascending order.
 
         This function is similar to calling ``self._chunk()`` multiple times,
         but is faster.