comparison tests/test-issue522.t @ 49251:ccd76e292be5

debugindex: align column name on the right It will be simpler to align everything on the same side, and the right seems a better side as it match the value alignment.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 01 Jun 2022 00:59:51 +0200
parents baf3fe2977cc
children 4141951dacff
comparison
equal deleted inserted replaced
49250:61cf3d39fd9e 49251:ccd76e292be5
43 43
44 $ hg manifest --debug | grep foo 44 $ hg manifest --debug | grep foo
45 c6fc755d7e68f49f880599da29f15add41f42f5a 644 foo 45 c6fc755d7e68f49f880599da29f15add41f42f5a 644 foo
46 46
47 $ hg debugindex foo 47 $ hg debugindex foo
48 rev linkrev nodeid p1 p2 48 rev linkrev nodeid p1 p2
49 0 0 2ed2a3912a0b 000000000000 000000000000 49 0 0 2ed2a3912a0b 000000000000 000000000000
50 1 1 6f4310b00b9a 2ed2a3912a0b 000000000000 50 1 1 6f4310b00b9a 2ed2a3912a0b 000000000000
51 2 2 c6fc755d7e68 6f4310b00b9a 000000000000 51 2 2 c6fc755d7e68 6f4310b00b9a 000000000000
52 52