Skip to content
Snippets Groups Projects
Commit 009d0283de5f authored by Gregory Szorc's avatar Gregory Szorc
Browse files

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
parent 806b07d7c7d6
No related branches found
No related tags found
No related merge requests found
Showing
with 154 additions and 165 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment