diff tests/test-changelog-exec.t @ 49252:4141951dacff

debugindex: rename the parent column to mention nodeid We will add new columns with the "revnum" version of the parent. It will be useful in case we need to inspect a corrupted revlog index.
author Pierre-Yves DAVID <pierre-yves.david@octobus.net>
date Wed, 01 Jun 2022 01:13:13 +0200
parents ccd76e292be5
children
line wrap: on
line diff
--- a/tests/test-changelog-exec.t	Wed Jun 01 00:59:51 2022 +0200
+++ b/tests/test-changelog-exec.t	Wed Jun 01 01:13:13 2022 +0200
@@ -51,7 +51,7 @@
   
 
   $ hg debugindex bar
-     rev linkrev       nodeid           p1           p2
+     rev linkrev       nodeid    p1-nodeid    p2-nodeid
        0       1 b004912a8510 000000000000 000000000000
 
   $ cd ..