diff -r 5baa52ca4932 -r eb9dea148233 mercurial/revlog.py --- 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.