diff -r 53289d02037a -r 34cc102c73f5 mercurial/revlogutils/deltas.py --- a/mercurial/revlogutils/deltas.py Sun May 30 17:11:49 2021 +0200 +++ b/mercurial/revlogutils/deltas.py Sun May 30 16:20:36 2021 +0200 @@ -932,7 +932,7 @@ def buildtext(self, revinfo, fh): """Builds a fulltext version of a revision - revinfo: _revisioninfo instance that contains all needed info + revinfo: revisioninfo instance that contains all needed info fh: file handle to either the .i or the .d revlog file, depending on whether it is inlined or not """