comparison tests/test-help.t @ 49249:db19f6be0442

debugindex: rename to debugindex debug-revlog-index The command dump some content of the revlog index and omit a lot of information. I am going to make it display the missing information. For clarity, we rename the command to explicitly mention revlog.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 30 May 2022 11:30:48 +0200
parents b909dd35d9ab
children 9e203cda3238
comparison
equal deleted inserted replaced
49248:63fd0282ad40 49249:db19f6be0442
981 debug-delta-find 981 debug-delta-find
982 display the computation to get to a valid delta for storing REV 982 display the computation to get to a valid delta for storing REV
983 debug-repair-issue6528 983 debug-repair-issue6528
984 find affected revisions and repair them. See issue6528 for more 984 find affected revisions and repair them. See issue6528 for more
985 details. 985 details.
986 debug-revlog-index
987 dump index data for a revlog
986 debugancestor 988 debugancestor
987 find the ancestor revision of two revisions in a given index 989 find the ancestor revision of two revisions in a given index
988 debugantivirusrunning 990 debugantivirusrunning
989 attempt to trigger an antivirus scanner to see if one is active 991 attempt to trigger an antivirus scanner to see if one is active
990 debugapplystreamclonebundle 992 debugapplystreamclonebundle
1029 debugfsinfo show information detected about current filesystem 1031 debugfsinfo show information detected about current filesystem
1030 debuggetbundle 1032 debuggetbundle
1031 retrieves a bundle from a repo 1033 retrieves a bundle from a repo
1032 debugignore display the combined ignore pattern and information about 1034 debugignore display the combined ignore pattern and information about
1033 ignored files 1035 ignored files
1034 debugindex dump index data for a storage primitive
1035 debugindexdot 1036 debugindexdot
1036 dump an index DAG as a graphviz dot file 1037 dump an index DAG as a graphviz dot file
1037 debugindexstats 1038 debugindexstats
1038 show stats related to the changelog index 1039 show stats related to the changelog index
1039 debuginstall test Mercurial installation 1040 debuginstall test Mercurial installation