changeset 51329:398a105b16a0

delta-find: clarify that revisioninfo.p1/p2 constains nodeid This clarify the content of these attributes.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 23 Nov 2023 03:23:11 +0100
parents 46415df4eb1c
children 49401b7dec0c
files mercurial/revlogutils/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/revlogutils/__init__.py	Thu Nov 23 03:23:41 2023 +0100
+++ b/mercurial/revlogutils/__init__.py	Thu Nov 23 03:23:11 2023 +0100
@@ -65,7 +65,7 @@
 class revisioninfo:
     """Information about a revision that allows building its fulltext
     node:       expected hash of the revision
-    p1, p2:     parent revs of the revision
+    p1, p2:     parent revs of the revision (as node)
     btext:      built text cache consisting of a one-element list
     cachedelta: (baserev, uncompressed_delta, usage_mode) or None
     flags:      flags associated to the revision storage