diff mercurial/revlogutils/deltas.py @ 47405:34cc102c73f5

revlog: move `revisioninfo` in `revlogutils` We will need it in other utility module. So lets extract it from `revlog.py`, the module is too large already anyway. Differential Revision: https://phab.mercurial-scm.org/D10797
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 30 May 2021 16:20:36 +0200
parents b876f0bf7366
children 1efe3cdef53a
line wrap: on
line diff
--- 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
         """