comparison tests/test-clone-r.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 2f2682f40ea0
comparison
equal deleted inserted replaced
49251:ccd76e292be5 49252:4141951dacff
43 1 0000 4 1 0 -1 125144f7e028 43 1 0000 4 1 0 -1 125144f7e028
44 2 0000 6 2 1 -1 4c982badb186 44 2 0000 6 2 1 -1 4c982badb186
45 3 0000 8 3 2 -1 19b1fc555737 45 3 0000 8 3 2 -1 19b1fc555737
46 46
47 $ hg debugindex adifferentfile 47 $ hg debugindex adifferentfile
48 rev linkrev nodeid p1 p2 48 rev linkrev nodeid p1-nodeid p2-nodeid
49 0 7 2565f3199a74 000000000000 000000000000 49 0 7 2565f3199a74 000000000000 000000000000
50 50
51 $ hg debugindex anotherfile 51 $ hg debugindex anotherfile
52 rev linkrev nodeid p1 p2 52 rev linkrev nodeid p1-nodeid p2-nodeid
53 0 8 2565f3199a74 000000000000 000000000000 53 0 8 2565f3199a74 000000000000 000000000000
54 54
55 $ hg debugindex fred 55 $ hg debugindex fred
56 rev linkrev nodeid p1 p2 56 rev linkrev nodeid p1-nodeid p2-nodeid
57 0 6 12ab3bcc5ea4 000000000000 000000000000 57 0 6 12ab3bcc5ea4 000000000000 000000000000
58 58
59 $ hg debugindex --manifest 59 $ hg debugindex --manifest
60 rev linkrev nodeid p1 p2 60 rev linkrev nodeid p1-nodeid p2-nodeid
61 0 0 43eadb1d2d06 000000000000 000000000000 61 0 0 43eadb1d2d06 000000000000 000000000000
62 1 1 8b89697eba2c 43eadb1d2d06 000000000000 62 1 1 8b89697eba2c 43eadb1d2d06 000000000000
63 2 2 626a32663c2f 8b89697eba2c 000000000000 63 2 2 626a32663c2f 8b89697eba2c 000000000000
64 3 3 f54c32f13478 626a32663c2f 000000000000 64 3 3 f54c32f13478 626a32663c2f 000000000000
65 4 6 de68e904d169 626a32663c2f 000000000000 65 4 6 de68e904d169 626a32663c2f 000000000000