comparison tests/test-debugcommands.t @ 37282:009d0283de5f

debugcommands: drop base revision from debugindex Revlog index data consists of generic index metadata that will likely be implemented across all storage engines and revlog-specifc metadata. Most tests printing index data only care about the generic fields. This commit drops the printing of the base revision from `hg debugindex`. This value is an implementation detail of revlogs / delta chains. If tests are interested in verifying this implementation detail, `hg debugdeltachain` is a better command. Most tests were skipping over this field anyway. Tests that weren't looked like they were newer. So my guess is we forgot to make them skip the field to match the style of the older tests. This reinforces my belief that the base revision is not worth having in `hg debugindex`. Differential Revision: https://phab.mercurial-scm.org/D3027
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 02 Apr 2018 16:28:20 -0700
parents cd0ca979a8b8
children d4e62df1c73d
comparison
equal deleted inserted replaced
37281:806b07d7c7d6 37282:009d0283de5f
38 full revision size (min/max/avg) : 44 / 44 / 44 38 full revision size (min/max/avg) : 44 / 44 / 44
39 delta size (min/max/avg) : 0 / 0 / 0 39 delta size (min/max/avg) : 0 / 0 / 0
40 40
41 Test debugindex, with and without the --debug flag 41 Test debugindex, with and without the --debug flag
42 $ hg debugindex a 42 $ hg debugindex a
43 rev offset length ..... linkrev nodeid p1 p2 (re) 43 rev offset length linkrev nodeid p1 p2
44 0 0 3 .... 0 b789fdd96dc2 000000000000 000000000000 (re) 44 0 0 3 0 b789fdd96dc2 000000000000 000000000000
45 $ hg --debug debugindex a 45 $ hg --debug debugindex a
46 rev offset length ..... linkrev nodeid p1 p2 (re) 46 rev offset length linkrev nodeid p1 p2
47 0 0 3 .... 0 b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000 (re) 47 0 0 3 0 b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000
48 $ hg debugindex -f 1 a 48 $ hg debugindex -f 1 a
49 rev flag offset length size ..... link p1 p2 nodeid (re) 49 rev flag offset length size link p1 p2 nodeid
50 0 0000 0 3 2 .... 0 -1 -1 b789fdd96dc2 (re) 50 0 0000 0 3 2 0 -1 -1 b789fdd96dc2
51 $ hg --debug debugindex -f 1 a 51 $ hg --debug debugindex -f 1 a
52 rev flag offset length size ..... link p1 p2 nodeid (re) 52 rev flag offset length size link p1 p2 nodeid
53 0 0000 0 3 2 .... 0 -1 -1 b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 (re) 53 0 0000 0 3 2 0 -1 -1 b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3
54 54
55 debugdelta chain basic output 55 debugdelta chain basic output
56 56
57 $ hg debugdeltachain -m 57 $ hg debugdeltachain -m
58 rev chain# chainlen prev delta size rawsize chainsize ratio lindist extradist extraratio 58 rev chain# chainlen prev delta size rawsize chainsize ratio lindist extradist extraratio