Show More
@@ -1865,12 +1865,12 b' def debugignore(ui, repo, *files, **opts' | |||
|
1865 | 1865 | |
|
1866 | 1866 | |
|
1867 | 1867 | @command( |
|
1868 | b'debugindex', | |
|
1868 | b'debug-revlog-index|debugindex', | |
|
1869 | 1869 | cmdutil.debugrevlogopts + cmdutil.formatteropts, |
|
1870 | 1870 | _(b'-c|-m|FILE'), |
|
1871 | 1871 | ) |
|
1872 | 1872 | def debugindex(ui, repo, file_=None, **opts): |
|
1873 |
"""dump index data for a |
|
|
1873 | """dump index data for a revlog""" | |
|
1874 | 1874 | opts = pycompat.byteskwargs(opts) |
|
1875 | 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 | 76 | $ hg debugcomplete debug |
|
77 | 77 | debug-delta-find |
|
78 | 78 | debug-repair-issue6528 |
|
79 | debug-revlog-index | |
|
79 | 80 | debugancestor |
|
80 | 81 | debugantivirusrunning |
|
81 | 82 | debugapplystreamclonebundle |
@@ -104,7 +105,6 b' Show debug commands if there are no othe' | |||
|
104 | 105 | debugfsinfo |
|
105 | 106 | debuggetbundle |
|
106 | 107 | debugignore |
|
107 | debugindex | |
|
108 | 108 | debugindexdot |
|
109 | 109 | debugindexstats |
|
110 | 110 | debuginstall |
@@ -270,6 +270,7 b' Show all commands + options' | |||
|
270 | 270 | copy: forget, after, at-rev, force, include, exclude, dry-run |
|
271 | 271 | debug-delta-find: changelog, manifest, dir, template |
|
272 | 272 | debug-repair-issue6528: to-report, from-report, paranoid, dry-run |
|
273 | debug-revlog-index: changelog, manifest, dir, template | |
|
273 | 274 | debugancestor: |
|
274 | 275 | debugantivirusrunning: |
|
275 | 276 | debugapplystreamclonebundle: |
@@ -297,7 +298,6 b' Show all commands + options' | |||
|
297 | 298 | debugfsinfo: |
|
298 | 299 | debuggetbundle: head, common, type |
|
299 | 300 | debugignore: |
|
300 | debugindex: changelog, manifest, dir, template | |
|
301 | 301 | debugindexdot: changelog, manifest, dir |
|
302 | 302 | debugindexstats: |
|
303 | 303 | debuginstall: template |
@@ -983,6 +983,8 b' Test list of internal help commands' | |||
|
983 | 983 | debug-repair-issue6528 |
|
984 | 984 | find affected revisions and repair them. See issue6528 for more |
|
985 | 985 | details. |
|
986 | debug-revlog-index | |
|
987 | dump index data for a revlog | |
|
986 | 988 | debugancestor |
|
987 | 989 | find the ancestor revision of two revisions in a given index |
|
988 | 990 | debugantivirusrunning |
@@ -1031,7 +1033,6 b' Test list of internal help commands' | |||
|
1031 | 1033 | retrieves a bundle from a repo |
|
1032 | 1034 | debugignore display the combined ignore pattern and information about |
|
1033 | 1035 | ignored files |
|
1034 | debugindex dump index data for a storage primitive | |
|
1035 | 1036 | debugindexdot |
|
1036 | 1037 | dump an index DAG as a graphviz dot file |
|
1037 | 1038 | debugindexstats |
General Comments 0
You need to be logged in to leave comments.
Login now