##// END OF EJS Templates
debugindex: rename to debugindex debug-revlog-index...
marmoute -
r50144:db19f6be default
parent child Browse files
Show More
@@ -1865,12 +1865,12 b' def debugignore(ui, repo, *files, **opts'
1865
1865
1866
1866
1867 @command(
1867 @command(
1868 b'debugindex',
1868 b'debug-revlog-index|debugindex',
1869 cmdutil.debugrevlogopts + cmdutil.formatteropts,
1869 cmdutil.debugrevlogopts + cmdutil.formatteropts,
1870 _(b'-c|-m|FILE'),
1870 _(b'-c|-m|FILE'),
1871 )
1871 )
1872 def debugindex(ui, repo, file_=None, **opts):
1872 def debugindex(ui, repo, file_=None, **opts):
1873 """dump index data for a storage primitive"""
1873 """dump index data for a revlog"""
1874 opts = pycompat.byteskwargs(opts)
1874 opts = pycompat.byteskwargs(opts)
1875 store = cmdutil.openstorage(repo, b'debugindex', file_, opts)
1875 store = cmdutil.openstorage(repo, b'debugindex', file_, opts)
1876
1876
@@ -76,6 +76,7 b' Show debug commands if there are no othe'
76 $ hg debugcomplete debug
76 $ hg debugcomplete debug
77 debug-delta-find
77 debug-delta-find
78 debug-repair-issue6528
78 debug-repair-issue6528
79 debug-revlog-index
79 debugancestor
80 debugancestor
80 debugantivirusrunning
81 debugantivirusrunning
81 debugapplystreamclonebundle
82 debugapplystreamclonebundle
@@ -104,7 +105,6 b' Show debug commands if there are no othe'
104 debugfsinfo
105 debugfsinfo
105 debuggetbundle
106 debuggetbundle
106 debugignore
107 debugignore
107 debugindex
108 debugindexdot
108 debugindexdot
109 debugindexstats
109 debugindexstats
110 debuginstall
110 debuginstall
@@ -270,6 +270,7 b' Show all commands + options'
270 copy: forget, after, at-rev, force, include, exclude, dry-run
270 copy: forget, after, at-rev, force, include, exclude, dry-run
271 debug-delta-find: changelog, manifest, dir, template
271 debug-delta-find: changelog, manifest, dir, template
272 debug-repair-issue6528: to-report, from-report, paranoid, dry-run
272 debug-repair-issue6528: to-report, from-report, paranoid, dry-run
273 debug-revlog-index: changelog, manifest, dir, template
273 debugancestor:
274 debugancestor:
274 debugantivirusrunning:
275 debugantivirusrunning:
275 debugapplystreamclonebundle:
276 debugapplystreamclonebundle:
@@ -297,7 +298,6 b' Show all commands + options'
297 debugfsinfo:
298 debugfsinfo:
298 debuggetbundle: head, common, type
299 debuggetbundle: head, common, type
299 debugignore:
300 debugignore:
300 debugindex: changelog, manifest, dir, template
301 debugindexdot: changelog, manifest, dir
301 debugindexdot: changelog, manifest, dir
302 debugindexstats:
302 debugindexstats:
303 debuginstall: template
303 debuginstall: template
@@ -983,6 +983,8 b' Test list of internal help commands'
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
@@ -1031,7 +1033,6 b' Test list of internal help commands'
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
General Comments 0
You need to be logged in to leave comments. Login now