comparison tests/test-flags.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
comparison
equal deleted inserted replaced
49251:ccd76e292be5 49252:4141951dacff
143 -rwxr-x--- 143 -rwxr-x---
144 -rwxr-x--- 144 -rwxr-x---
145 -rwxr-x--- 145 -rwxr-x---
146 146
147 $ hg debugindex a 147 $ hg debugindex a
148 rev linkrev nodeid p1 p2 148 rev linkrev nodeid p1-nodeid p2-nodeid
149 0 0 b80de5d13875 000000000000 000000000000 149 0 0 b80de5d13875 000000000000 000000000000
150 $ hg debugindex -R ../test2 a 150 $ hg debugindex -R ../test2 a
151 rev linkrev nodeid p1 p2 151 rev linkrev nodeid p1-nodeid p2-nodeid
152 0 0 b80de5d13875 000000000000 000000000000 152 0 0 b80de5d13875 000000000000 000000000000
153 $ hg debugindex -R ../test1 a 153 $ hg debugindex -R ../test1 a
154 rev linkrev nodeid p1 p2 154 rev linkrev nodeid p1-nodeid p2-nodeid
155 0 0 b80de5d13875 000000000000 000000000000 155 0 0 b80de5d13875 000000000000 000000000000
156 1 1 7fe919cc0336 b80de5d13875 000000000000 156 1 1 7fe919cc0336 b80de5d13875 000000000000
157 157
158 $ cd .. 158 $ cd ..